Searched refs:threadio (Results 1 – 3 of 3) sorted by relevance
3182 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local3208 if (!threadio->stop) in vb2_thread()3215 if (ret || threadio->stop) in vb2_thread()3220 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()3224 if (!threadio->stop) { in vb2_thread()3229 if (ret || threadio->stop) in vb2_thread()3249 struct vb2_threadio_data *threadio; in vb2_thread_start() local3252 if (q->threadio) in vb2_thread_start()3259 threadio = kzalloc_obj(*threadio); in vb2_thread_start()3260 if (threadio == NULL) in vb2_thread_start()[all …]
48 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
597 * @threadio: thread io internal data, used only if thread is active663 struct vb2_threadio_data *threadio;673 struct vb2_threadio_data *threadio; global() member