Lines Matching refs:monitor_ctlr_wq
8199 if (h->monitor_ctlr_wq) {
8200 destroy_workqueue(h->monitor_ctlr_wq);
8201 h->monitor_ctlr_wq = NULL;
8552 queue_delayed_work(h->monitor_ctlr_wq, &h->event_monitor_work,
8598 queue_delayed_work(h->monitor_ctlr_wq, &h->monitor_ctlr_work,
8766 h->monitor_ctlr_wq = hpsa_create_controller_wq(h, "monitor");
8767 if (!h->monitor_ctlr_wq) {
8903 if (h->monitor_ctlr_wq) {
8904 destroy_workqueue(h->monitor_ctlr_wq);
8905 h->monitor_ctlr_wq = NULL;
9054 destroy_workqueue(h->monitor_ctlr_wq);