Lines Matching refs:rdllist
197 struct list_head rdllist;
199 /* Lock which protects rdllist and ovflist */
377 return !list_empty_careful(&ep->rdllist) ||
702 * have the poll callback to queue directly on ep->rdllist,
707 list_splice_init(&ep->rdllist, &txlist);
735 list_add(&epi->rdllink, &ep->rdllist);
742 * ep->rdllist.
749 list_splice(&txlist, &ep->rdllist);
752 if (!list_empty(&ep->rdllist)) {
1030 INIT_LIST_HEAD(&ep->rdllist);
1200 * events from another file descriptors, thus all modifications to ->rdllist
1254 if (list_add_tail_lockless(&epi->rdllink, &ep->rdllist))
1578 list_add_tail(&epi->rdllink, &ep->rdllist);
1683 list_add_tail(&epi->rdllink, &ep->rdllist);
1773 * into ep->rdllist besides us. The epoll_ctl()
1778 list_add_tail(&epi->rdllink, &ep->rdllist);
1925 * plays with two lists (->rdllist and ->ovflist) and there