Home
last modified time | relevance | path

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

/fs/
Deventpoll.c205 struct epitem *ovflist; member
375 return !list_empty(&ep->rdllist) || ep->ovflist != EP_UNACTIVE_PTR; in ep_events_available()
614 ep->ovflist = NULL; in ep_scan_ready_list()
628 for (nepi = ep->ovflist; (epi = nepi) != NULL; in ep_scan_ready_list()
646 ep->ovflist = EP_UNACTIVE_PTR; in ep_scan_ready_list()
924 ep->ovflist = EP_UNACTIVE_PTR; in ep_alloc()
1014 if (unlikely(ep->ovflist != EP_UNACTIVE_PTR)) { in ep_poll_callback()
1016 epi->next = ep->ovflist; in ep_poll_callback()
1017 ep->ovflist = epi; in ep_poll_callback()