Searched refs:resubmit_wq (Results 1 – 2 of 2) sorted by relevance
304 struct workqueue_struct *resubmit_wq; member
2476 queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work); in hpsa_retry_cmd()8169 if (h->resubmit_wq) { in hpsa_undo_allocations_after_kdump_soft_reset()8170 destroy_workqueue(h->resubmit_wq); /* init_one 1 */ in hpsa_undo_allocations_after_kdump_soft_reset()8171 h->resubmit_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset()8192 flush_workqueue(h->resubmit_wq); /* ensure all cmds are fully built */ in fail_all_outstanding_cmds()8725 h->resubmit_wq = hpsa_create_controller_wq(h, "resubmit"); in hpsa_init_one()8726 if (!h->resubmit_wq) { in hpsa_init_one()8858 if (h->resubmit_wq) { in hpsa_init_one()8859 destroy_workqueue(h->resubmit_wq); in hpsa_init_one()8860 h->resubmit_wq = NULL; in hpsa_init_one()[all …]