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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Deventpoll.c144 * Works together "struct eventpoll"->ovflist in keeping the
202 struct epitem *ovflist; member in struct:eventpoll
567 ep->ovflist = EP_UNACTIVE_PTR;
638 * chained in ep->ovflist and requeued later on.
640 if (unlikely(ep->ovflist != EP_UNACTIVE_PTR)) {
642 epi->next = ep->ovflist;
643 ep->ovflist = epi;
805 * allocated wait queue. Note that we don't care about the ep->ovflist
892 * empty list. Also, set ep->ovflist to NULL so that events
900 ep->ovflist
[all...]

Completed in 38 milliseconds