Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Deventpoll.c744 list_splice_init(&ep->rdllist, txlist); in ep_start_scan()
750 struct list_head *txlist) in ep_done_scan() argument
787 list_splice(txlist, &ep->rdllist); in ep_done_scan()
977 LIST_HEAD(txlist); in __ep_eventpoll_poll()
992 ep_start_scan(ep, &txlist); in __ep_eventpoll_poll()
993 list_for_each_entry_safe(epi, tmp, &txlist, rdllink) { in __ep_eventpoll_poll()
1007 ep_done_scan(ep, &txlist); in __ep_eventpoll_poll()
1855 LIST_HEAD(txlist); in ep_send_events()
1870 ep_start_scan(ep, &txlist); in ep_send_events()
1912 list_add(&epi->rdllink, &txlist); in ep_send_events()
[all …]