Lines Matching refs:work_q
444 fc_host->work_q = alloc_workqueue("fc_wq_%d", 0, 0, shost->host_no);
445 if (!fc_host->work_q)
2873 struct workqueue_struct *work_q;
2906 if (fc_host->work_q) {
2907 work_q = fc_host->work_q;
2908 fc_host->work_q = NULL;
2909 destroy_workqueue(work_q);
2958 struct workqueue_struct *work_q;
2965 * if a scan is pending, flush the SCSI Host work_q so that
3014 work_q = rport->devloss_work_q;
3016 destroy_workqueue(work_q);
3426 * No need to flush the fc_host work_q's, as all adds are synchronous.
3429 * (in fc_rport_final_delete()) we'll flush the scsi host work_q if