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

/linux-4.4.14/fs/
H A Deventpoll.c102 #define EP_UNACTIVE_PTR ((void *) -1L) macro
379 return !list_empty(&ep->rdllist) || ep->ovflist != EP_UNACTIVE_PTR; ep_events_available()
635 nepi = epi->next, epi->next = EP_UNACTIVE_PTR) { 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()
1043 if (unlikely(ep->ovflist != EP_UNACTIVE_PTR)) { ep_poll_callback()
1044 if (epi->next == EP_UNACTIVE_PTR) { ep_poll_callback()
1287 epi->next = EP_UNACTIVE_PTR; ep_insert()

Completed in 65 milliseconds