Home
last modified time | relevance | path

Searched refs:slow_path_wq (Results 1 – 4 of 4) sorted by relevance

/drivers/s390/cio/
Ddevice.c171 slow_path_wq = create_singlethread_workqueue("kslowcrw"); in init_ccw_bus_type()
172 if (!slow_path_wq) { in init_ccw_bus_type()
190 if (slow_path_wq) in init_ccw_bus_type()
191 destroy_workqueue(slow_path_wq); in init_ccw_bus_type()
342 queue_work(slow_path_wq, &cdev->private->kick_work); in ccw_device_remove_disconnected()
1052 queue_work(slow_path_wq, &cdev->private->kick_work); in io_subchannel_recog_done()
1067 queue_work(slow_path_wq, &cdev->private->kick_work); in io_subchannel_recog_done()
1217 queue_work(slow_path_wq, &sch->work); in io_subchannel_schedule_removal()
1294 queue_work(slow_path_wq, &cdev->private->kick_work); in io_subchannel_probe()
1572 queue_work(slow_path_wq, &cdev->private->kick_work); in purge_fn()
Dcss.c460 struct workqueue_struct *slow_path_wq; variable
468 queue_work(slow_path_wq, &slow_path_work); in css_schedule_eval()
478 queue_work(slow_path_wq, &slow_path_work); in css_schedule_eval_all()
484 flush_workqueue(slow_path_wq); in css_wait_for_slow_path()
536 queue_work(slow_path_wq, &css_reprobe_work); in css_schedule_reprobe()
Dcss.h139 extern struct workqueue_struct *slow_path_wq;
Ddevice_fsm.c1042 queue_work(slow_path_wq, &cdev->private->kick_work); in ccw_device_trigger_reprobe()