Searched refs:async_wq (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/ |
| H A D | async.c | 67 static struct workqueue_struct *async_wq; variable 178 queue_work_node(node, async_wq, &entry->work); in __async_schedule_node_domain() 359 async_wq = alloc_workqueue("async", WQ_UNBOUND, 0); in async_init() 360 BUG_ON(!async_wq); in async_init() 361 workqueue_set_min_active(async_wq, WQ_DFL_ACTIVE); in async_init()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc.h | 97 struct workqueue_struct *async_wq; member
|
| H A D | uvc_v4l2.c | 504 queue_work(video->async_wq, &video->pump); in uvc_v4l2_qbuf()
|
| /linux/include/linux/ |
| H A D | firewire.h | 149 struct workqueue_struct *async_wq; member
|
| /linux/drivers/firewire/ |
| H A D | ohci.c | 2085 queue_work(ohci->card.async_wq, &ohci->ar_request_ctx.work); in irq_handler() 2088 queue_work(ohci->card.async_wq, &ohci->ar_response_ctx.work); in irq_handler() 2091 queue_work(ohci->card.async_wq, &ohci->at_request_ctx.work); in irq_handler() 2094 queue_work(ohci->card.async_wq, &ohci->at_response_ctx.work); in irq_handler()
|