Searched refs:threadio (Results 1 – 3 of 3) sorted by relevance
2515 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local2539 if (!threadio->stop) in vb2_thread()2546 if (ret || threadio->stop) in vb2_thread()2551 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()2556 if (!threadio->stop) in vb2_thread()2559 if (ret || threadio->stop) in vb2_thread()2579 struct vb2_threadio_data *threadio; in vb2_thread_start() local2582 if (q->threadio) in vb2_thread_start()2589 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()2590 if (threadio == NULL) in vb2_thread_start()[all …]
51 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
560 struct vb2_threadio_data *threadio; member