Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Deventpoll.c210 struct epitem *ovflist; member
378 READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR; in ep_events_available()
706 WRITE_ONCE(ep->ovflist, NULL); in ep_scan_ready_list()
720 for (nepi = READ_ONCE(ep->ovflist); (epi = nepi) != NULL; in ep_scan_ready_list()
742 WRITE_ONCE(ep->ovflist, EP_UNACTIVE_PTR); in ep_scan_ready_list()
1024 ep->ovflist = EP_UNACTIVE_PTR; in ep_alloc()
1181 epi->next = xchg(&ep->ovflist, epi); in chain_epi_lockless()
1241 if (READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR) { in ep_poll_callback()