Searched refs:threadio (Results 1 – 3 of 3) sorted by relevance
3198 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local3223 if (!threadio->stop) { in vb2_thread()3238 if (ret || threadio->stop) in vb2_thread()3243 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()3247 if (!threadio->stop) { in vb2_thread()3258 if (ret || threadio->stop) in vb2_thread()3278 struct vb2_threadio_data *threadio; in vb2_thread_start() local3281 if (q->threadio) in vb2_thread_start()3288 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()3289 if (threadio == NULL) in vb2_thread_start()[all …]
48 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
673 struct vb2_threadio_data *threadio; member