Home
last modified time | relevance | path

Searched refs:tmf_work_q (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dhosts.c177 flush_workqueue(shost->tmf_work_q); in scsi_remove_host()
329 if (shost->tmf_work_q) in scsi_host_dev_release()
330 destroy_workqueue(shost->tmf_work_q); in scsi_host_dev_release()
497 shost->tmf_work_q = alloc_workqueue("scsi_tmf_%d", in scsi_host_alloc()
500 if (!shost->tmf_work_q) { in scsi_host_alloc()
Dscsi_error.c210 queue_delayed_work(shost->tmf_work_q, &scmd->abort_work, HZ / 100); in scsi_abort_command()
/Linux-v4.19/include/scsi/
Dscsi_host.h666 struct workqueue_struct *tmf_work_q; member