Home
last modified time | relevance | path

Searched refs:resubmit_wq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.h305 struct workqueue_struct *resubmit_wq; member
H A Dhpsa.c2491 queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work); in hpsa_retry_cmd()
8191 if (h->resubmit_wq) { in hpsa_undo_allocations_after_kdump_soft_reset()
8192 destroy_workqueue(h->resubmit_wq); /* init_one 1 */ in hpsa_undo_allocations_after_kdump_soft_reset()
8193 h->resubmit_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset()
8214 flush_workqueue(h->resubmit_wq); /* ensure all cmds are fully built */ in fail_all_outstanding_cmds()
8760 h->resubmit_wq = hpsa_create_controller_wq(h, "resubmit"); in hpsa_init_one()
8761 if (!h->resubmit_wq) { in hpsa_init_one()
8895 if (h->resubmit_wq) { in hpsa_init_one()
8896 destroy_workqueue(h->resubmit_wq); in hpsa_init_one()
8897 h->resubmit_wq in hpsa_init_one()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.h305 struct workqueue_struct *resubmit_wq; member
H A Dhpsa.c2496 queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work); in hpsa_retry_cmd()
8216 if (h->resubmit_wq) { in hpsa_undo_allocations_after_kdump_soft_reset()
8217 destroy_workqueue(h->resubmit_wq); /* init_one 1 */ in hpsa_undo_allocations_after_kdump_soft_reset()
8218 h->resubmit_wq = NULL; in hpsa_undo_allocations_after_kdump_soft_reset()
8239 flush_workqueue(h->resubmit_wq); /* ensure all cmds are fully built */ in fail_all_outstanding_cmds()
8781 h->resubmit_wq = hpsa_create_controller_wq(h, "resubmit"); in hpsa_init_one()
8782 if (!h->resubmit_wq) { in hpsa_init_one()
8916 if (h->resubmit_wq) { in hpsa_init_one()
8917 destroy_workqueue(h->resubmit_wq); in hpsa_init_one()
8918 h->resubmit_wq in hpsa_init_one()
[all...]

Completed in 26 milliseconds