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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Deventpoll.c173 struct list_head rdllist; member in struct:eventpoll
468 * have the poll callback to queue directly on ep->rdllist,
473 list_splice_init(&ep->rdllist, &txlist);
497 list_add_tail(&epi->rdllink, &ep->rdllist);
502 * ep->rdllist.
509 list_splice(&txlist, &ep->rdllist);
511 if (!list_empty(&ep->rdllist)) {
741 INIT_LIST_HEAD(&ep->rdllist);
832 list_add_tail(&epi->rdllink, &ep->rdllist);
960 list_add_tail(&epi->rdllink, &ep->rdllist);
[all...]

Completed in 98 milliseconds