Searched refs:EP_UNACTIVE_PTR (Results 1 – 1 of 1) sorted by relevance
103 #define EP_UNACTIVE_PTR ((void *) -1L) macro267 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR;375 READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR; in ep_events_available()632 nepi = epi->next, epi->next = EP_UNACTIVE_PTR) { in ep_done_scan()653 WRITE_ONCE(ep->ovflist, EP_UNACTIVE_PTR); in ep_done_scan()947 ep->ovflist = EP_UNACTIVE_PTR; in ep_alloc()1096 if (epi->next != EP_UNACTIVE_PTR) in chain_epi_lockless()1100 if (cmpxchg(&epi->next, EP_UNACTIVE_PTR, NULL) != EP_UNACTIVE_PTR) in chain_epi_lockless()1164 if (READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR) { in ep_poll_callback()1351 for (p = tfile_check_list; p != EP_UNACTIVE_PTR; p = p->next) { in reverse_path_check()[all …]