Searched refs:ovflist (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/
H A Deventpoll.c148 * Works together "struct eventpoll"->ovflist in keeping the
209 struct epitem *ovflist; member in struct:eventpoll
379 return !list_empty(&ep->rdllist) || ep->ovflist != EP_UNACTIVE_PTR; ep_events_available()
612 * empty list. Also, set ep->ovflist to NULL so that events ep_scan_ready_list()
620 ep->ovflist = NULL; ep_scan_ready_list()
634 for (nepi = ep->ovflist; (epi = nepi) != NULL; ep_scan_ready_list()
639 * queued into ->ovflist but the "txlist" might already ep_scan_ready_list()
648 * We need to set back ep->ovflist to EP_UNACTIVE_PTR, so that after ep_scan_ready_list()
652 ep->ovflist = EP_UNACTIVE_PTR; ep_scan_ready_list()
953 ep->ovflist = EP_UNACTIVE_PTR; ep_alloc()
1041 * chained in ep->ovflist and requeued later on. ep_poll_callback()
1043 if (unlikely(ep->ovflist != EP_UNACTIVE_PTR)) { ep_poll_callback()
1045 epi->next = ep->ovflist; ep_poll_callback()
1046 ep->ovflist = epi; ep_poll_callback()
1371 * allocated wait queue. Note that we don't care about the ep->ovflist ep_insert()
1535 * poll callback will queue them in ep->ovflist. ep_send_events_proc()

Completed in 63 milliseconds