Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa.h254 struct workqueue_struct *resubmit_wq; member
Dhpsa.c1756 queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work); in process_ioaccel2_completion()
1833 h->resubmit_wq, &cp->work); in complete_scsi_command()
6621 flush_workqueue(h->resubmit_wq); /* ensure all cmds are fully built */ in fail_all_outstanding_cmds()
6888 h->resubmit_wq = hpsa_create_controller_wq(h, "resubmit"); in hpsa_init_one()
6889 if (!h->resubmit_wq) { in hpsa_init_one()
7029 if (h->resubmit_wq) in hpsa_init_one()
7030 destroy_workqueue(h->resubmit_wq); in hpsa_init_one()
7110 destroy_workqueue(h->resubmit_wq); in hpsa_remove_one()