Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c224 #define EP_UNACTIVE_PTR ((void *) -1L) macro
587 return READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR; in ep_is_scanning()
599 WRITE_ONCE(ep->ovflist, EP_UNACTIVE_PTR); in ep_exit_scan()
605 return epi->ovflist_next != EP_UNACTIVE_PTR; in epi_on_ovflist()
611 epi->ovflist_next = EP_UNACTIVE_PTR; in epi_clear_ovflist()
1450 ep->ovflist = EP_UNACTIVE_PTR; /* not scanning */ in ep_alloc()
1727 for (p = ctx->tfile_check_list; p != EP_UNACTIVE_PTR; p = p->next) { in reverse_path_check()
2483 while (ctx->tfile_check_list != EP_UNACTIVE_PTR) { in clear_tfile_check_list()
2647 .tfile_check_list = EP_UNACTIVE_PTR, in do_epoll_ctl_file()