Home
last modified time | relevance | path

Searched refs:rescan_ctlr_wq (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dhpsa.h305 struct workqueue_struct *rescan_ctlr_wq; member
Dhpsa.c8173 if (h->rescan_ctlr_wq) { in hpsa_undo_allocations_after_kdump_soft_reset()
8174 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_undo_allocations_after_kdump_soft_reset()
8175 h->rescan_ctlr_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset()
8546 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_rescan_ctlr_worker()
8719 h->rescan_ctlr_wq = hpsa_create_controller_wq(h, "rescan"); in hpsa_init_one()
8720 if (!h->rescan_ctlr_wq) { in hpsa_init_one()
8831 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_init_one()
8862 if (h->rescan_ctlr_wq) { in hpsa_init_one()
8863 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_init_one()
8864 h->rescan_ctlr_wq = NULL; in hpsa_init_one()
[all …]