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

/drivers/xen/xen-pciback/
H A Dxenbus.c17 struct workqueue_struct *xen_pcibk_wq; variable in typeref:struct:workqueue_struct
75 flush_workqueue(xen_pcibk_wq);
724 xen_pcibk_wq = create_workqueue("xen_pciback_workqueue");
725 if (!xen_pcibk_wq) {
739 destroy_workqueue(xen_pcibk_wq);
H A Dpciback.h57 extern struct workqueue_struct *xen_pcibk_wq;
H A Dpciback_ops.c276 queue_work(xen_pcibk_wq, &pdev->op_work);

Completed in 26 milliseconds