Searched refs:monitor_ctlr_wq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.h | 307 struct workqueue_struct *monitor_ctlr_wq; member
|
H A D | hpsa.c | 8199 if (h->monitor_ctlr_wq) { in hpsa_undo_allocations_after_kdump_soft_reset() 8200 destroy_workqueue(h->monitor_ctlr_wq); in hpsa_undo_allocations_after_kdump_soft_reset() 8201 h->monitor_ctlr_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset() 8552 queue_delayed_work(h->monitor_ctlr_wq, &h->event_monitor_work, in hpsa_event_monitor_worker() 8598 queue_delayed_work(h->monitor_ctlr_wq, &h->monitor_ctlr_work, in hpsa_monitor_ctlr_worker() 8766 h->monitor_ctlr_wq = hpsa_create_controller_wq(h, "monitor"); in hpsa_init_one() 8767 if (!h->monitor_ctlr_wq) { in hpsa_init_one() 8903 if (h->monitor_ctlr_wq) { in hpsa_init_one() 8904 destroy_workqueue(h->monitor_ctlr_wq); in hpsa_init_one() 8905 h->monitor_ctlr_wq in hpsa_init_one() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.h | 307 struct workqueue_struct *monitor_ctlr_wq; member
|
H A D | hpsa.c | 8224 if (h->monitor_ctlr_wq) { in hpsa_undo_allocations_after_kdump_soft_reset() 8225 destroy_workqueue(h->monitor_ctlr_wq); in hpsa_undo_allocations_after_kdump_soft_reset() 8226 h->monitor_ctlr_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset() 8577 queue_delayed_work(h->monitor_ctlr_wq, &h->event_monitor_work, in hpsa_event_monitor_worker() 8623 queue_delayed_work(h->monitor_ctlr_wq, &h->monitor_ctlr_work, in hpsa_monitor_ctlr_worker() 8787 h->monitor_ctlr_wq = hpsa_create_controller_wq(h, "monitor"); in hpsa_init_one() 8788 if (!h->monitor_ctlr_wq) { in hpsa_init_one() 8924 if (h->monitor_ctlr_wq) { in hpsa_init_one() 8925 destroy_workqueue(h->monitor_ctlr_wq); in hpsa_init_one() 8926 h->monitor_ctlr_wq in hpsa_init_one() [all...] |
Completed in 29 milliseconds