Searched refs:busy_loop_ep_timeout (Results 1 - 1 of 1) sorted by path

/linux-master/fs/
H A Deventpoll.c397 * busy_loop_ep_timeout - check if busy poll has timed out. The timeout value
406 static bool busy_loop_ep_timeout(unsigned long start_time, function
430 return ep_events_available(ep) || busy_loop_ep_timeout(start_time, ep);

Completed in 277 milliseconds