Lines Matching refs:reset_work_q
432 if (ioc->reset_work_q)
433 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work,
1870 ioc->reset_work_q = alloc_workqueue(ioc->reset_work_q_name,
1872 if (!ioc->reset_work_q) {
2025 destroy_workqueue(ioc->reset_work_q);
2026 ioc->reset_work_q = NULL;
2054 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work,
2064 destroy_workqueue(ioc->reset_work_q);
2065 ioc->reset_work_q = NULL;
2097 wq = ioc->reset_work_q;
2098 ioc->reset_work_q = NULL;