Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/visorhba/
Dvisorhba_main.c284 wait_queue_head_t notifyevent; in forward_taskmgmt_command() local
297 init_waitqueue_head(&notifyevent); in forward_taskmgmt_command()
303 cmdrsp->scsitaskmgmt.notify_handle = (u64)&notifyevent; in forward_taskmgmt_command()
321 if (!wait_event_timeout(notifyevent, notifyresult != 0xffff, in forward_taskmgmt_command()