Lines Matching defs:workqueue
14 #include <linux/workqueue.h>
53 * @workqueue: workqueue for processing virtio interrupts
66 struct work_struct workqueue;
119 * Main virtqueue message workqueue function
122 * driver's workqueue. The workqueue is scheduled by the vring ISR handler.
144 container_of(work, struct keystone_rproc, workqueue);
157 schedule_work(&ksproc->workqueue);
174 INIT_WORK(&ksproc->workqueue, handle_event);
202 flush_work(&ksproc->workqueue);
220 flush_work(&ksproc->workqueue);