Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Deventpoll.c214 struct epitem *ovflist; member
384 return !list_empty(&ep->rdllist) || ep->ovflist != EP_UNACTIVE_PTR; in ep_events_available()
702 ep->ovflist = NULL; in ep_scan_ready_list()
716 for (nepi = ep->ovflist; (epi = nepi) != NULL; in ep_scan_ready_list()
734 ep->ovflist = EP_UNACTIVE_PTR; in ep_scan_ready_list()
1030 ep->ovflist = EP_UNACTIVE_PTR; in ep_alloc()
1157 if (unlikely(ep->ovflist != EP_UNACTIVE_PTR)) { in ep_poll_callback()
1159 epi->next = ep->ovflist; in ep_poll_callback()
1160 ep->ovflist = epi; in ep_poll_callback()