Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c604 wait_queue_head_t notifyevent; in forward_vdiskmgmt_command() local
613 init_waitqueue_head(&notifyevent); in forward_vdiskmgmt_command()
622 cmdrsp->vdiskmgmt.notify = (void *)&notifyevent; in forward_vdiskmgmt_command()
640 wait_event(notifyevent, notifyresult != 0xffff); in forward_vdiskmgmt_command()
657 wait_queue_head_t notifyevent; in forward_taskmgmt_command() local
666 init_waitqueue_head(&notifyevent); in forward_taskmgmt_command()
673 cmdrsp->scsitaskmgmt.notify = (void *)&notifyevent; in forward_taskmgmt_command()
692 wait_event(notifyevent, notifyresult != 0xffff); in forward_taskmgmt_command()