Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhosts.c181 flush_workqueue(shost->tmf_work_q); in scsi_remove_host()
362 if (shost->tmf_work_q) in scsi_host_dev_release()
363 destroy_workqueue(shost->tmf_work_q); in scsi_host_dev_release()
542 shost->tmf_work_q = alloc_workqueue("scsi_tmf_%d", in scsi_host_alloc()
545 if (!shost->tmf_work_q) { in scsi_host_alloc()
H A Dscsi_error.c111 queue_work(shost->tmf_work_q, &shost->eh_work); in scsi_schedule_eh()
280 queue_delayed_work(shost->tmf_work_q, &scmd->abort_work, HZ / 100); in scsi_abort_command()
/linux/include/scsi/
H A Dscsi_host.h712 struct workqueue_struct *tmf_work_q; member