Lines Matching refs:resubmit_wq
2496 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 = NULL;
9074 destroy_workqueue(h->resubmit_wq);