Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c106 #define EP_UNACTIVE_PTR ((void *) -1L) macro
381 READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR; in ep_events_available()
726 nepi = epi->next, epi->next = EP_UNACTIVE_PTR) { in ep_scan_ready_list()
747 WRITE_ONCE(ep->ovflist, EP_UNACTIVE_PTR); in ep_scan_ready_list()
1035 ep->ovflist = EP_UNACTIVE_PTR; in ep_alloc()
1184 if (epi->next != EP_UNACTIVE_PTR) in chain_epi_lockless()
1188 if (cmpxchg(&epi->next, EP_UNACTIVE_PTR, NULL) != EP_UNACTIVE_PTR) in chain_epi_lockless()
1252 if (READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR) { in ep_poll_callback()
1531 epi->next = EP_UNACTIVE_PTR; in ep_insert()