Searched refs:threadio (Results 1 – 2 of 2) sorted by relevance
2895 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local2919 if (!threadio->stop) in vb2_thread()2926 if (ret || threadio->stop) in vb2_thread()2931 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()2936 if (!threadio->stop) in vb2_thread()2939 if (ret || threadio->stop) in vb2_thread()2959 struct vb2_threadio_data *threadio; in vb2_thread_start() local2962 if (q->threadio) in vb2_thread_start()2969 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()2970 if (threadio == NULL) in vb2_thread_start()[all …]
47 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()