Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/ata/
Dlibata-eh.c827 wake_up_all(&ap->eh_wait_q); in ata_scsi_port_error_handler()
851 prepare_to_wait(&ap->eh_wait_q, &wait, TASK_UNINTERRUPTIBLE); in ata_port_wait_eh()
856 finish_wait(&ap->eh_wait_q, &wait); in ata_port_wait_eh()
Dlibata-core.c5579 init_waitqueue_head(&ap->eh_wait_q); in ata_port_alloc()
/linux-3.4.99/include/linux/
Dlibata.h787 wait_queue_head_t eh_wait_q; member