Home
last modified time | relevance | path

Searched refs:busy_loop_timeout (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/
Dbusy_poll.h83 static inline bool busy_loop_timeout(unsigned long start_time) in busy_loop_timeout() function
/Linux-v4.19/fs/
Dselect.c561 if (!busy_loop_timeout(busy_start)) in do_select()
902 if (!busy_loop_timeout(busy_start)) in do_poll()
Deventpoll.c392 return ep_events_available(ep) || busy_loop_timeout(start_time); in ep_busy_loop_end()