Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dbusy_poll.h81 static inline bool busy_loop_timeout(unsigned long start_time) in busy_loop_timeout() function
/linux-6.14.4/fs/
Dselect.c588 if (!busy_loop_timeout(busy_start)) in do_select()
943 if (!busy_loop_timeout(busy_start)) in do_poll()
Deventpoll.c417 return busy_loop_timeout(start_time); in busy_loop_ep_timeout()