Lines Matching refs:poll_wait
190 wait_queue_head_t poll_wait; member
524 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests); in ep_poll_safewake()
526 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
528 spin_unlock_irqrestore(&ep->poll_wait.lock, flags); in ep_poll_safewake()
536 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
746 if (waitqueue_active(&ep->poll_wait)) in ep_free()
815 poll_wait(file, &ep->poll_wait, wait); in __ep_eventpoll_poll()
953 init_waitqueue_head(&ep->poll_wait); in ep_alloc()
1205 if (waitqueue_active(&ep->poll_wait)) in ep_poll_callback()
1550 if (waitqueue_active(&ep->poll_wait)) in ep_insert()
1626 if (waitqueue_active(&ep->poll_wait)) in ep_modify()