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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-mem2mem.c37 /* Instance is already queued on the job_queue */
52 * @job_queue: instances queued to run
53 * @job_spinlock: protects job_queue
59 struct list_head job_queue; member in struct:v4l2_m2m_dev
187 if (list_empty(&m2m_dev->job_queue)) {
193 m2m_dev->curr_ctx = list_entry(m2m_dev->job_queue.next,
260 list_add_tail(&m2m_ctx->queue, &m2m_dev->job_queue);
299 * allow more than one job on the job_queue per instance, each has
507 INIT_LIST_HEAD(&m2m_dev->job_queue);

Completed in 414 milliseconds