Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.h305 struct workqueue_struct *resubmit_wq; member
H A Dhpsa.c2490 queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work); in hpsa_retry_cmd()
8209 if (h->resubmit_wq) { in hpsa_undo_allocations_after_kdump_soft_reset()
8210 destroy_workqueue(h->resubmit_wq); /* init_one 1 */ in hpsa_undo_allocations_after_kdump_soft_reset()
8211 h->resubmit_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset()
8232 flush_workqueue(h->resubmit_wq); /* ensure all cmds are fully built */ in fail_all_outstanding_cmds()
8774 h->resubmit_wq = hpsa_create_controller_wq(h, "resubmit"); in hpsa_init_one()
8775 if (!h->resubmit_wq) { in hpsa_init_one()
8909 if (h->resubmit_wq) { in hpsa_init_one()
8910 destroy_workqueue(h->resubmit_wq); in hpsa_init_one()
8911 h->resubmit_wq in hpsa_init_one()
[all...]