Lines Matching refs:poll_wait
196 wait_queue_head_t poll_wait; member
667 if (waitqueue_active(&ep->poll_wait)) in ep_scan_ready_list()
677 ep_poll_safewake(&ep->poll_wait); in ep_scan_ready_list()
740 if (waitqueue_active(&ep->poll_wait)) in ep_free()
741 ep_poll_safewake(&ep->poll_wait); in ep_free()
858 poll_wait(file, &ep->poll_wait, wait); in ep_eventpoll_poll()
950 init_waitqueue_head(&ep->poll_wait); in ep_alloc()
1071 if (waitqueue_active(&ep->poll_wait)) in ep_poll_callback()
1079 ep_poll_safewake(&ep->poll_wait); in ep_poll_callback()
1345 if (waitqueue_active(&ep->poll_wait)) in ep_insert()
1355 ep_poll_safewake(&ep->poll_wait); in ep_insert()
1453 if (waitqueue_active(&ep->poll_wait)) in ep_modify()
1461 ep_poll_safewake(&ep->poll_wait); in ep_modify()