Searched refs:rescan_ctlr_wq (Results 1 – 2 of 2) sorted by relevance
255 struct workqueue_struct *rescan_ctlr_wq; member
6806 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_rescan_ctlr_worker()6882 h->rescan_ctlr_wq = hpsa_create_controller_wq(h, "rescan"); in hpsa_init_one()6883 if (!h->rescan_ctlr_wq) { in hpsa_init_one()7018 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work, in hpsa_init_one()7031 if (h->rescan_ctlr_wq) in hpsa_init_one()7032 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_init_one()7109 destroy_workqueue(h->rescan_ctlr_wq); in hpsa_remove_one()