Searched refs:threadio (Results 1 – 3 of 3) sorted by relevance
2915 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local2951 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()2956 if (!threadio->stop) in vb2_thread()2982 if (q->threadio) in vb2_thread_start()2989 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()2992 threadio->fnc = fnc; in vb2_thread_start()2999 q->threadio = threadio; in vb2_thread_start()3011 kfree(threadio); in vb2_thread_start()3018 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread_stop() local3029 kfree(threadio); in vb2_thread_stop()[all …]
47 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
632 struct vb2_threadio_data *threadio; member
Completed in 13 milliseconds