Lines Matching refs:monitor_ctlr_wq
8217 if (h->monitor_ctlr_wq) { in hpsa_undo_allocations_after_kdump_soft_reset()
8218 destroy_workqueue(h->monitor_ctlr_wq); in hpsa_undo_allocations_after_kdump_soft_reset()
8219 h->monitor_ctlr_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset()
8570 queue_delayed_work(h->monitor_ctlr_wq, &h->event_monitor_work, in hpsa_event_monitor_worker()
8616 queue_delayed_work(h->monitor_ctlr_wq, &h->monitor_ctlr_work, in hpsa_monitor_ctlr_worker()
8780 h->monitor_ctlr_wq = hpsa_create_controller_wq(h, "monitor"); in hpsa_init_one()
8781 if (!h->monitor_ctlr_wq) { in hpsa_init_one()
8917 if (h->monitor_ctlr_wq) { in hpsa_init_one()
8918 destroy_workqueue(h->monitor_ctlr_wq); in hpsa_init_one()
8919 h->monitor_ctlr_wq = NULL; in hpsa_init_one()
9068 destroy_workqueue(h->monitor_ctlr_wq); in hpsa_remove_one()