Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/unisys/visorhba/
H A Dvisorhba_main.c307 wait_queue_head_t notifyevent; in forward_taskmgmt_command() local
320 init_waitqueue_head(&notifyevent); in forward_taskmgmt_command()
325 &notifyevent, &notifyresult); in forward_taskmgmt_command()
344 if (!wait_event_timeout(notifyevent, notifyresult != 0xffff, in forward_taskmgmt_command()