Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa.h170 wait_queue_head_t scan_wait_queue; member
Dhpsa.c4161 wake_up_all(&h->scan_wait_queue); in hpsa_scan_complete()
4185 wait_event(h->scan_wait_queue, h->scan_finished); in hpsa_scan_start()
6937 init_waitqueue_head(&h->scan_wait_queue); in hpsa_init_one()