Lines Matching refs:reset_work_q
432 if (ioc->reset_work_q)
433 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work,
1861 ioc->reset_work_q = alloc_workqueue(ioc->reset_work_q_name,
1863 if (!ioc->reset_work_q) {
2016 destroy_workqueue(ioc->reset_work_q);
2017 ioc->reset_work_q = NULL;
2045 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work,
2055 destroy_workqueue(ioc->reset_work_q);
2056 ioc->reset_work_q = NULL;
2088 wq = ioc->reset_work_q;
2089 ioc->reset_work_q = NULL;