Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/libsas/
Dsas_init.c105 init_waitqueue_head(&sas_ha->eh_wait_q); in sas_register_ha()
427 wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); in _sas_resume_ha()
Dsas_port.c122 wake_up(&sas_ha->eh_wait_q); in sas_form_port()
/Linux-v6.6/include/scsi/
Dlibsas.h351 wait_queue_head_t eh_wait_q; member
/Linux-v6.6/drivers/ata/
Dlibata-eh.c779 wake_up_all(&ap->eh_wait_q); in ata_scsi_port_error_handler()
803 prepare_to_wait(&ap->eh_wait_q, &wait, TASK_UNINTERRUPTIBLE); in ata_port_wait_eh()
808 finish_wait(&ap->eh_wait_q, &wait); in ata_port_wait_eh()
Dlibata-core.c5480 init_waitqueue_head(&ap->eh_wait_q); in ata_port_alloc()
/Linux-v6.6/include/linux/
Dlibata.h859 wait_queue_head_t eh_wait_q; member