Searched refs:monitor_ctlr_wq (Results 1 – 2 of 2) sorted by relevance
306 struct workqueue_struct *monitor_ctlr_wq; member
8177 if (h->monitor_ctlr_wq) { in hpsa_undo_allocations_after_kdump_soft_reset()8178 destroy_workqueue(h->monitor_ctlr_wq); in hpsa_undo_allocations_after_kdump_soft_reset()8179 h->monitor_ctlr_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset()8517 queue_delayed_work(h->monitor_ctlr_wq, &h->event_monitor_work, in hpsa_event_monitor_worker()8563 queue_delayed_work(h->monitor_ctlr_wq, &h->monitor_ctlr_work, in hpsa_monitor_ctlr_worker()8731 h->monitor_ctlr_wq = hpsa_create_controller_wq(h, "monitor"); in hpsa_init_one()8732 if (!h->monitor_ctlr_wq) { in hpsa_init_one()8866 if (h->monitor_ctlr_wq) { in hpsa_init_one()8867 destroy_workqueue(h->monitor_ctlr_wq); in hpsa_init_one()8868 h->monitor_ctlr_wq = NULL; in hpsa_init_one()[all …]