Home
last modified time | relevance | path

Searched refs:scan_wait_queue (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Dhpsa.h156 wait_queue_head_t scan_wait_queue; member
Dhpsa.c4100 wake_up_all(&h->scan_wait_queue); in DEF_SCSI_QCMD()
4121 wait_event(h->scan_wait_queue, h->scan_finished); in hpsa_scan_start()
4138 wake_up_all(&h->scan_wait_queue); in hpsa_scan_start()
7051 init_waitqueue_head(&h->scan_wait_queue); in hpsa_init_one()