Searched refs:rescan_ctlr_wq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.h | 306 struct workqueue_struct *rescan_ctlr_wq; member
|
H A D | hpsa.c | 8195 if (h->rescan_ctlr_wq) { in hpsa_undo_allocations_after_kdump_soft_reset() 8196 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_undo_allocations_after_kdump_soft_reset() 8197 h->rescan_ctlr_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset() 8581 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_rescan_ctlr_worker() 8754 h->rescan_ctlr_wq = hpsa_create_controller_wq(h, "rescan"); in hpsa_init_one() 8755 if (!h->rescan_ctlr_wq) { in hpsa_init_one() 8866 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_init_one() 8899 if (h->rescan_ctlr_wq) { in hpsa_init_one() 8900 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_init_one() 8901 h->rescan_ctlr_wq in hpsa_init_one() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.h | 306 struct workqueue_struct *rescan_ctlr_wq; member
|
H A D | hpsa.c | 8220 if (h->rescan_ctlr_wq) { in hpsa_undo_allocations_after_kdump_soft_reset() 8221 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_undo_allocations_after_kdump_soft_reset() 8222 h->rescan_ctlr_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset() 8606 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_rescan_ctlr_worker() 8775 h->rescan_ctlr_wq = hpsa_create_controller_wq(h, "rescan"); in hpsa_init_one() 8776 if (!h->rescan_ctlr_wq) { in hpsa_init_one() 8887 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_init_one() 8920 if (h->rescan_ctlr_wq) { in hpsa_init_one() 8921 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_init_one() 8922 h->rescan_ctlr_wq in hpsa_init_one() [all...] |
Completed in 26 milliseconds