Lines Matching refs:resubmit_wq
2491 queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work);
8191 if (h->resubmit_wq) {
8192 destroy_workqueue(h->resubmit_wq); /* init_one 1 */
8193 h->resubmit_wq = NULL;
8214 flush_workqueue(h->resubmit_wq); /* ensure all cmds are fully built */
8760 h->resubmit_wq = hpsa_create_controller_wq(h, "resubmit");
8761 if (!h->resubmit_wq) {
8895 if (h->resubmit_wq) {
8896 destroy_workqueue(h->resubmit_wq);
8897 h->resubmit_wq = NULL;
9053 destroy_workqueue(h->resubmit_wq);