Home
last modified time | relevance | path

Searched refs:shpchp_wq (Results 1 – 3 of 3) sorted by relevance

/drivers/pci/hotplug/
Dshpchp_core.c42 struct workqueue_struct *shpchp_wq; variable
176 flush_workqueue(shpchp_wq); in cleanup_slots()
361 shpchp_wq = alloc_ordered_workqueue("shpchp", 0); in shpcd_init()
362 if (!shpchp_wq) in shpcd_init()
369 destroy_workqueue(shpchp_wq); in shpcd_init()
378 destroy_workqueue(shpchp_wq); in shpcd_cleanup()
Dshpchp_ctrl.c54 queue_work(shpchp_wq, &info->work); in queue_interrupt_event()
459 queue_work(shpchp_wq, &info->work); in shpchp_queue_pushbutton_work()
507 queue_delayed_work(shpchp_wq, &p_slot->work, 5*HZ); in handle_button_press_event()
Dshpchp.h49 extern struct workqueue_struct *shpchp_wq;