Searched refs:threadio (Results 1 – 3 of 3) sorted by relevance
2953 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local2989 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()2994 if (!threadio->stop) in vb2_thread()3020 if (q->threadio) in vb2_thread_start()3027 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()3030 threadio->fnc = fnc; in vb2_thread_start()3037 q->threadio = threadio; in vb2_thread_start()3049 kfree(threadio); in vb2_thread_start()3056 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread_stop() local3067 kfree(threadio); in vb2_thread_stop()[all …]
47 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
644 struct vb2_threadio_data *threadio; member
Completed in 10 milliseconds