Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-mem2mem.c64 struct list_head job_queue; member
177 if (list_empty(&m2m_dev->job_queue)) { in v4l2_m2m_try_run()
183 m2m_dev->curr_ctx = list_first_entry(&m2m_dev->job_queue, in v4l2_m2m_try_run()
270 list_add_tail(&m2m_ctx->queue, &m2m_dev->job_queue); in v4l2_m2m_try_schedule()
648 INIT_LIST_HEAD(&m2m_dev->job_queue); in v4l2_m2m_init()