Searched refs:ovflist (Results 1 – 1 of 1) sorted by relevance
327 struct epitem *ovflist; member587 return READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR; in ep_is_scanning()593 WRITE_ONCE(ep->ovflist, NULL); in ep_enter_scan()599 WRITE_ONCE(ep->ovflist, EP_UNACTIVE_PTR); in ep_exit_scan()997 for (nepi = READ_ONCE(ep->ovflist); (epi = nepi) != NULL; ) { in ep_done_scan()1450 ep->ovflist = EP_UNACTIVE_PTR; /* not scanning */ in ep_alloc()1530 epi->ovflist_next = READ_ONCE(ep->ovflist); in ep_poll_callback()1531 WRITE_ONCE(ep->ovflist, epi); in ep_poll_callback()