Searched refs:scan_batch (Results 1 – 1 of 1) sorted by relevance
965 static void ep_start_scan(struct eventpoll *ep, struct list_head *scan_batch) in ep_start_scan() argument979 list_splice_init(&ep->rdllist, scan_batch); in ep_start_scan()987 struct list_head *scan_batch) in ep_done_scan() argument1022 list_splice(scan_batch, &ep->rdllist); in ep_done_scan()1289 LIST_HEAD(scan_batch); in __ep_eventpoll_poll()1304 ep_start_scan(ep, &scan_batch); in __ep_eventpoll_poll()1305 list_for_each_entry_safe(epi, tmp, &scan_batch, rdllink) { in __ep_eventpoll_poll()1319 ep_done_scan(ep, &scan_batch); in __ep_eventpoll_poll()2068 struct list_head *scan_batch) in ep_deliver_event() argument2106 list_add(&epi->rdllink, scan_batch); in ep_deliver_event()[all …]