ovflist           210 fs/eventpoll.c 	struct epitem *ovflist;
ovflist           381 fs/eventpoll.c 		READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR;
ovflist           698 fs/eventpoll.c 	WRITE_ONCE(ep->ovflist, NULL);
ovflist           712 fs/eventpoll.c 	for (nepi = READ_ONCE(ep->ovflist); (epi = nepi) != NULL;
ovflist           734 fs/eventpoll.c 	WRITE_ONCE(ep->ovflist, EP_UNACTIVE_PTR);
ovflist          1031 fs/eventpoll.c 	ep->ovflist = EP_UNACTIVE_PTR;
ovflist          1188 fs/eventpoll.c 	epi->next = xchg(&ep->ovflist, epi);
ovflist          1248 fs/eventpoll.c 	if (READ_ONCE(ep->ovflist) != EP_UNACTIVE_PTR) {