Home
last modified time | relevance | path

Searched refs:txlist (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Deventpoll.c736 static void ep_start_scan(struct eventpoll *ep, struct list_head *txlist) in ep_start_scan()
748 list_splice_init(&ep->rdllist, txlist); in ep_start_scan()
754 struct list_head *txlist) in ep_done_scan()
769 * queued into ->ovflist but the "txlist" might already in ep_done_scan()
789 * Quickly re-inject items left on "txlist". in ep_done_scan()
791 list_splice(txlist, &ep->rdllist); in ep_done_scan()
980 LIST_HEAD(txlist); in __ep_eventpoll_poll()
995 ep_start_scan(ep, &txlist); in __ep_eventpoll_poll()
996 list_for_each_entry_safe(epi, tmp, &txlist, rdllink) { in __ep_eventpoll_poll()
1010 ep_done_scan(ep, &txlist);
733 ep_start_scan(struct eventpoll * ep,struct list_head * txlist) ep_start_scan() argument
751 ep_done_scan(struct eventpoll * ep,struct list_head * txlist) ep_done_scan() argument
[all...]