Home
last modified time | relevance | path

Searched refs:threadio (Results 1 – 2 of 2) sorted by relevance

/drivers/media/common/videobuf2/
A Dvideobuf2-core.c3198 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local
3243 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
3281 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()
3291 threadio->fnc = fnc; in vb2_thread_start()
3298 q->threadio = threadio; in vb2_thread_start()
3310 kfree(threadio); in vb2_thread_start()
3317 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread_stop() local
3328 kfree(threadio); in vb2_thread_stop()
[all …]
A Dvideobuf2-dvb.c48 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()

Completed in 9 milliseconds