Lines Matching refs:poll_wait
190 wait_queue_head_t poll_wait; member
516 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests); in ep_poll_safewake()
518 wake_up_locked_poll(&ep->poll_wait, EPOLLIN); in ep_poll_safewake()
520 spin_unlock_irqrestore(&ep->poll_wait.lock, flags); in ep_poll_safewake()
527 wake_up_poll(&ep->poll_wait, EPOLLIN); in ep_poll_safewake()
737 if (waitqueue_active(&ep->poll_wait)) in ep_free()
806 poll_wait(file, &ep->poll_wait, wait); in __ep_eventpoll_poll()
944 init_waitqueue_head(&ep->poll_wait); in ep_alloc()
1196 if (waitqueue_active(&ep->poll_wait)) in ep_poll_callback()
1541 if (waitqueue_active(&ep->poll_wait)) in ep_insert()
1617 if (waitqueue_active(&ep->poll_wait)) in ep_modify()