Searched refs:eh_wait_q (Results 1 – 5 of 5) sorted by relevance
105 init_waitqueue_head(&sas_ha->eh_wait_q); in sas_register_ha()428 wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); in _sas_resume_ha()
122 wake_up(&sas_ha->eh_wait_q); in sas_form_port()
831 wake_up_all(&ap->eh_wait_q); in ata_scsi_port_error_handler()855 prepare_to_wait(&ap->eh_wait_q, &wait, TASK_UNINTERRUPTIBLE); in ata_port_wait_eh()860 finish_wait(&ap->eh_wait_q, &wait); in ata_port_wait_eh()
5671 init_waitqueue_head(&ap->eh_wait_q); in ata_port_alloc()
925 wait_queue_head_t eh_wait_q; member