Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Deventpoll.c97 #define EP_UNACTIVE_PTR ((void *) -1L) macro
272 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR;
387 READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR; in ep_events_available()
645 nepi = epi->next, epi->next = EP_UNACTIVE_PTR) { in ep_done_scan()
662 * We need to set back ep->ovflist to EP_UNACTIVE_PTR, so that after in ep_done_scan()
666 WRITE_ONCE(ep->ovflist, EP_UNACTIVE_PTR); in ep_done_scan()
990 ep->ovflist = EP_UNACTIVE_PTR; in ep_alloc()
1136 if (epi->next != EP_UNACTIVE_PTR) in chain_epi_lockless()
1140 if (cmpxchg(&epi->next, EP_UNACTIVE_PTR, NULL) != EP_UNACTIVE_PTR) in chain_epi_lockless()
[all...]
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c103 #define EP_UNACTIVE_PTR ((void *) -1L) macro
378 READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR; in ep_events_available()
723 nepi = epi->next, epi->next = EP_UNACTIVE_PTR) { in ep_scan_ready_list()
740 * We need to set back ep->ovflist to EP_UNACTIVE_PTR, so that after in ep_scan_ready_list()
744 WRITE_ONCE(ep->ovflist, EP_UNACTIVE_PTR); in ep_scan_ready_list()
1032 ep->ovflist = EP_UNACTIVE_PTR; in ep_alloc()
1181 if (epi->next != EP_UNACTIVE_PTR) in chain_epi_lockless()
1185 if (cmpxchg(&epi->next, EP_UNACTIVE_PTR, NULL) != EP_UNACTIVE_PTR) in chain_epi_lockless()
1249 if (READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR) { in ep_poll_callback()
[all...]

Completed in 5 milliseconds