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

/drivers/pci/hotplug/
H A Dpciehp_core.c45 struct workqueue_struct *pciehp_wq; variable in typeref:struct:workqueue_struct
343 pciehp_wq = alloc_workqueue("pciehp", 0, 0);
344 if (!pciehp_wq)
352 destroy_workqueue(pciehp_wq);
362 destroy_workqueue(pciehp_wq);
H A Dpciehp_ctrl.c52 queue_work(pciehp_wq, &info->work);
347 queue_work(pciehp_wq, &info->work);
380 queue_delayed_work(pciehp_wq, &p_slot->work, 5*HZ);
442 queue_work(pciehp_wq, &info->work);
H A Dpciehp.h47 extern struct workqueue_struct *pciehp_wq;
H A Dpciehp_hpc.c893 flush_workqueue(pciehp_wq);

Completed in 22 milliseconds