Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Deventpoll.c616 static void ep_start_scan(struct eventpoll *ep, struct list_head *txlist) in ep_start_scan() argument
628 list_splice_init(&ep->rdllist, txlist); in ep_start_scan()
634 struct list_head *txlist) in ep_done_scan()
649 * queued into ->ovflist but the "txlist" might already in ep_done_scan()
669 * Quickly re-inject items left on "txlist". in ep_done_scan()
671 list_splice(txlist, &ep->rdllist); in ep_done_scan()
844 LIST_HEAD(txlist); in __ep_eventpoll_poll()
859 ep_start_scan(ep, &txlist); in __ep_eventpoll_poll()
860 list_for_each_entry_safe(epi, tmp, &txlist, rdllink) { in __ep_eventpoll_poll()
874 ep_done_scan(ep, &txlist); in __ep_eventpoll_poll()
633 ep_done_scan(struct eventpoll *ep, struct list_head *txlist) ep_done_scan() argument
[all...]
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c686 LIST_HEAD(txlist); in ep_scan_ready_list()
707 list_splice_init(&ep->rdllist, &txlist); in ep_scan_ready_list()
714 res = (*sproc)(ep, &txlist, priv); in ep_scan_ready_list()
727 * queued into ->ovflist but the "txlist" might already in ep_scan_ready_list()
747 * Quickly re-inject items left on "txlist". in ep_scan_ready_list()
749 list_splice(&txlist, &ep->rdllist); in ep_scan_ready_list()

Completed in 6 milliseconds