Lines Matching refs:cio_work_q
592 if (!queue_work(cio_work_q, &sch->todo_work)) {
721 struct workqueue_struct *cio_work_q;
730 queue_delayed_work(cio_work_q, &slow_path_work, 0);
741 queue_delayed_work(cio_work_q, &slow_path_work, 0);
802 queue_delayed_work(cio_work_q, &slow_path_work, delay);
809 flush_workqueue(cio_work_q);
1270 cio_work_q = create_singlethread_workqueue("cio");
1271 if (!cio_work_q) {
1286 destroy_workqueue(cio_work_q);
1311 flush_workqueue(cio_work_q);