Searched refs:threadio (Results 1 – 3 of 3) sorted by relevance
3183 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local3221 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()3226 if (!threadio->stop) in vb2_thread()3252 if (q->threadio) in vb2_thread_start()3259 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()3262 threadio->fnc = fnc; in vb2_thread_start()3269 q->threadio = threadio; in vb2_thread_start()3281 kfree(threadio); in vb2_thread_start()3288 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread_stop() local3299 kfree(threadio); in vb2_thread_stop()[all …]
48 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
673 struct vb2_threadio_data *threadio; member
Completed in 11 milliseconds