Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Deventpoll.c108 #define EP_UNACTIVE_PTR ((void *) -1L) macro
382 return !list_empty(&ep->rdllist) || ep->ovflist != EP_UNACTIVE_PTR; in ep_events_available()
715 nepi = epi->next, epi->next = EP_UNACTIVE_PTR) { in ep_scan_ready_list()
732 ep->ovflist = EP_UNACTIVE_PTR; in ep_scan_ready_list()
1028 ep->ovflist = EP_UNACTIVE_PTR; in ep_alloc()
1155 if (ep->ovflist != EP_UNACTIVE_PTR) { in ep_poll_callback()
1156 if (epi->next == EP_UNACTIVE_PTR) { in ep_poll_callback()
1443 epi->next = EP_UNACTIVE_PTR; in ep_insert()