Home
last modified time | relevance | path

Searched refs:eh_wait_q (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_init.c108 init_waitqueue_head(&sas_ha->eh_wait_q); in sas_register_ha()
401 wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); in sas_resume_ha()
H A Dsas_port.c95 wake_up(&sas_ha->eh_wait_q); in sas_form_port()
H A Dsas_scsi_host.c402 prepare_to_wait(&ha->eh_wait_q, &wait, TASK_UNINTERRUPTIBLE); in sas_wait_eh()
407 finish_wait(&ha->eh_wait_q, &wait); in sas_wait_eh()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibsas.h368 wait_queue_head_t eh_wait_q; member
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-eh.c767 wake_up_all(&ap->eh_wait_q); in ata_scsi_port_error_handler()
791 prepare_to_wait(&ap->eh_wait_q, &wait, TASK_UNINTERRUPTIBLE); in ata_port_wait_eh()
796 finish_wait(&ap->eh_wait_q, &wait); in ata_port_wait_eh()
H A Dlibata-core.c5323 init_waitqueue_head(&ap->eh_wait_q); in ata_port_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h868 wait_queue_head_t eh_wait_q; member