Searched refs:net_busy_loop_on (Results 1 – 3 of 3) sorted by relevance
35 static inline bool net_busy_loop_on(void) in net_busy_loop_on() function56 static inline unsigned long net_busy_loop_on(void) in net_busy_loop_on() function
483 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select()891 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll()
423 return !!READ_ONCE(ep->busy_poll_usecs) || net_busy_loop_on(); in ep_busy_loop_on()
Completed in 14 milliseconds