Lines Matching refs:scan_batch
965 static void ep_start_scan(struct eventpoll *ep, struct list_head *scan_batch) in ep_start_scan() argument
979 list_splice_init(&ep->rdllist, scan_batch); in ep_start_scan()
987 struct list_head *scan_batch) in ep_done_scan() argument
1022 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() argument
2106 list_add(&epi->rdllink, scan_batch); in ep_deliver_event()
2132 LIST_HEAD(scan_batch); in ep_send_events()
2147 ep_start_scan(ep, &scan_batch); in ep_send_events()
2153 list_for_each_entry_safe(epi, tmp, &scan_batch, rdllink) { in ep_send_events()
2159 delivered = ep_deliver_event(ep, epi, &pt, &events, &scan_batch); in ep_send_events()
2168 ep_done_scan(ep, &scan_batch); in ep_send_events()