Home
last modified time | relevance | path

Searched refs:host_wait (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_eh.rst202 3. 唤醒所有在shost->host_wait上等待的任务。如果有人调用了
/linux/include/scsi/
H A Dscsi_host.h582 wait_queue_head_t host_wait; member
/linux/drivers/scsi/
H A Dscsi_error.c397 wait_event(sdev->host->host_wait, !scsi_host_in_recovery(sdev->host)); in scsi_block_when_processing_errors()
2204 wake_up(&shost->host_wait); in scsi_restart_operations()
2579 wake_up(&shost->host_wait); in scsi_ioctl_reset()
H A Dhosts.c423 init_waitqueue_head(&shost->host_wait); in scsi_host_alloc()
/linux/Documentation/scsi/
H A Dscsi_eh.rst188 3. Wakes up waiters on shost->host_wait. This occurs if someone
/linux/drivers/scsi/aacraid/
H A Daacraid.h2659 wait_event(dev->scsi_host_ptr->host_wait, in aac_safw_rescan_worker()
H A Dcommsup.c1818 wait_event(dev->scsi_host_ptr->host_wait, in aac_src_reinit_aif_worker()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c5115 wait_event(shost->host_wait, !scsi_host_in_recovery(shost)); in hisi_sas_reset_prepare_v3_hw()