Lines Matching refs:resubmit_wq
2298 queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work); in hpsa_retry_cmd()
8035 if (h->resubmit_wq) { in hpsa_undo_allocations_after_kdump_soft_reset()
8036 destroy_workqueue(h->resubmit_wq); /* init_one 1 */ in hpsa_undo_allocations_after_kdump_soft_reset()
8037 h->resubmit_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset()
8053 flush_workqueue(h->resubmit_wq); /* ensure all cmds are fully built */ in fail_all_outstanding_cmds()
8459 h->resubmit_wq = hpsa_create_controller_wq(h, "resubmit"); in hpsa_init_one()
8460 if (!h->resubmit_wq) { in hpsa_init_one()
8578 if (h->resubmit_wq) { in hpsa_init_one()
8579 destroy_workqueue(h->resubmit_wq); in hpsa_init_one()
8580 h->resubmit_wq = NULL; in hpsa_init_one()
8728 destroy_workqueue(h->resubmit_wq); in hpsa_remove_one()