Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Deventpoll.c610 static void ep_start_scan(struct eventpoll *ep, struct list_head *txlist) in ep_start_scan() argument
622 list_splice_init(&ep->rdllist, txlist); in ep_start_scan()
628 struct list_head *txlist) in ep_done_scan() argument
665 list_splice(txlist, &ep->rdllist); in ep_done_scan()
805 LIST_HEAD(txlist); in __ep_eventpoll_poll()
820 ep_start_scan(ep, &txlist); in __ep_eventpoll_poll()
821 list_for_each_entry_safe(epi, tmp, &txlist, rdllink) { in __ep_eventpoll_poll()
835 ep_done_scan(ep, &txlist); in __ep_eventpoll_poll()
1641 LIST_HEAD(txlist); in ep_send_events()
1656 ep_start_scan(ep, &txlist); in ep_send_events()
[all …]