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

/linux-4.4.14/fs/
H A Deventpoll.c211 /* wakeup_source used when ep_scan_ready_list is running */
580 * ep_scan_ready_list - Scans the ready list in a way that makes possible for
592 static int ep_scan_ready_list(struct eventpoll *ep, ep_scan_ready_list() function
840 return ep_scan_ready_list(arg->ep, ep_read_events_proc, NULL, ep_poll_readyevents_proc()
1481 * Items cannot vanish during the loop because ep_scan_ready_list() is ep_send_events_proc()
1510 * deliver the event to userspace. Again, ep_scan_ready_list() ep_send_events_proc()
1534 * ep_scan_ready_list() holding "mtx" and the ep_send_events_proc()
1554 return ep_scan_ready_list(ep, ep_send_events_proc, &esed, 0, false); ep_send_events()

Completed in 60 milliseconds