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

/linux-master/drivers/scsi/
H A Dhpsa.h305 struct workqueue_struct *resubmit_wq; member in struct:ctlr_info
H A Dhpsa.c2496 queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work);
8216 if (h->resubmit_wq) {
8217 destroy_workqueue(h->resubmit_wq); /* init_one 1 */
8218 h->resubmit_wq = NULL;
8239 flush_workqueue(h->resubmit_wq); /* ensure all cmds are fully built */
8781 h->resubmit_wq = hpsa_create_controller_wq(h, "resubmit");
8782 if (!h->resubmit_wq) {
8916 if (h->resubmit_wq) {
8917 destroy_workqueue(h->resubmit_wq);
8918 h->resubmit_wq
[all...]

Completed in 126 milliseconds