Searched refs:shpchp_wq (Results 1 – 3 of 3) sorted by relevance
42 struct workqueue_struct *shpchp_wq; variable176 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()
54 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()
49 extern struct workqueue_struct *shpchp_wq;