Searched refs:in_work_queue (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.c690 cx->in_work_queue = alloc_ordered_workqueue("%s", 0, cx->in_workq_name);
691 if (!cx->in_work_queue) {
1125 destroy_workqueue(cx->in_work_queue);
1276 destroy_workqueue(cx->in_work_queue);
H A Dcx18-driver.h633 struct workqueue_struct *in_work_queue; member in struct:cx18
H A Dcx18-mailbox.c572 queue_work(cx->in_work_queue, &order->work);

Completed in 193 milliseconds