Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi.h1179 wait_queue_head_t block_requests_wait; member
H A Dsmartpqi_init.c267 wake_up_all(&ctrl_info->block_requests_wait); in pqi_ctrl_unblock_requests()
283 wait_event(ctrl_info->block_requests_wait, in pqi_wait_if_ctrl_blocked()
290 wait_event_timeout(ctrl_info->block_requests_wait, in pqi_wait_if_ctrl_blocked()
7613 init_waitqueue_head(&ctrl_info->block_requests_wait); in pqi_alloc_ctrl_info()