Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Deventpoll.c108 #define EP_UNACTIVE_PTR ((void *) -1L) macro
384 return !list_empty(&ep->rdllist) || ep->ovflist != EP_UNACTIVE_PTR; in ep_events_available()
717 nepi = epi->next, epi->next = EP_UNACTIVE_PTR) { 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()
1158 if (epi->next == EP_UNACTIVE_PTR) { in ep_poll_callback()
1444 epi->next = EP_UNACTIVE_PTR; in ep_insert()