Lines Matching refs:rdllist
194 struct list_head rdllist;
196 /* Lock which protects rdllist and ovflist */
386 return !list_empty_careful(&ep->rdllist) ||
622 * have the poll callback to queue directly on ep->rdllist,
628 list_splice_init(&ep->rdllist, txlist);
657 list_add(&epi->rdllink, &ep->rdllist);
664 * ep->rdllist.
671 list_splice(txlist, &ep->rdllist);
674 if (!list_empty(&ep->rdllist)) {
988 INIT_LIST_HEAD(&ep->rdllist);
1155 * events from another file descriptor, thus all modifications to ->rdllist
1209 if (list_add_tail_lockless(&epi->rdllink, &ep->rdllist))
1581 list_add_tail(&epi->rdllink, &ep->rdllist);
1657 list_add_tail(&epi->rdllink, &ep->rdllist);
1753 * into ep->rdllist besides us. The epoll_ctl()
1758 list_add_tail(&epi->rdllink, &ep->rdllist);
1909 * plays with two lists (->rdllist and ->ovflist) and there