Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dbusy_poll.h71 static inline bool busy_loop_timeout(unsigned long start_time) in busy_loop_timeout() function
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c591 if (!busy_loop_timeout(busy_start)) in do_select()
949 if (!busy_loop_timeout(busy_start)) in do_poll()
H A Deventpoll.c389 return ep_events_available(ep) || busy_loop_timeout(start_time); in ep_busy_loop_end()