Lines Matching refs:rescan_ctlr_wq
8096 if (h->rescan_ctlr_wq) { in hpsa_undo_allocations_after_kdump_soft_reset()
8097 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_undo_allocations_after_kdump_soft_reset()
8098 h->rescan_ctlr_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset()
8464 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_rescan_ctlr_worker()
8637 h->rescan_ctlr_wq = hpsa_create_controller_wq(h, "rescan"); in hpsa_init_one()
8638 if (!h->rescan_ctlr_wq) { in hpsa_init_one()
8743 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_init_one()
8774 if (h->rescan_ctlr_wq) { in hpsa_init_one()
8775 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_init_one()
8776 h->rescan_ctlr_wq = NULL; in hpsa_init_one()
8923 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_remove_one()