Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Deventpoll.c603 static void ep_start_scan(struct eventpoll *ep, struct list_head *txlist) in ep_start_scan() argument
615 list_splice_init(&ep->rdllist, txlist); in ep_start_scan()
621 struct list_head *txlist) in ep_done_scan() argument
658 list_splice(txlist, &ep->rdllist); in ep_done_scan()
798 LIST_HEAD(txlist); in __ep_eventpoll_poll()
813 ep_start_scan(ep, &txlist); in __ep_eventpoll_poll()
814 list_for_each_entry_safe(epi, tmp, &txlist, rdllink) { in __ep_eventpoll_poll()
828 ep_done_scan(ep, &txlist); in __ep_eventpoll_poll()
1634 LIST_HEAD(txlist); in ep_send_events()
1649 ep_start_scan(ep, &txlist); in ep_send_events()
[all …]