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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Deventpoll.c438 * ep_scan_ready_list - Scans the ready list in a way that makes possible for
448 static int ep_scan_ready_list(struct eventpoll *ep, function
651 return ep_scan_ready_list(priv, ep_read_events_proc, NULL);
1057 * Items cannot vanish during the loop because ep_scan_ready_list() is
1071 * deliver the event to userspace. Again, ep_scan_ready_list()
1094 * ep_scan_ready_list() holding "mtx" and the
1113 return ep_scan_ready_list(ep, ep_send_events_proc, &esed);

Completed in 107 milliseconds