Searched refs:notifyevent (Results 1 – 1 of 1) sorted by relevance
604 wait_queue_head_t notifyevent; in forward_vdiskmgmt_command() local613 init_waitqueue_head(¬ifyevent); in forward_vdiskmgmt_command()622 cmdrsp->vdiskmgmt.notify = (void *)¬ifyevent; in forward_vdiskmgmt_command()640 wait_event(notifyevent, notifyresult != 0xffff); in forward_vdiskmgmt_command()657 wait_queue_head_t notifyevent; in forward_taskmgmt_command() local666 init_waitqueue_head(¬ifyevent); in forward_taskmgmt_command()673 cmdrsp->scsitaskmgmt.notify = (void *)¬ifyevent; in forward_taskmgmt_command()692 wait_event(notifyevent, notifyresult != 0xffff); in forward_taskmgmt_command()