Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbusy_poll.h40 static inline bool net_busy_loop_on(void) in net_busy_loop_on() function
64 static inline unsigned long net_busy_loop_on(void) in net_busy_loop_on() function
/linux/fs/
H A Dselect.c490 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select()
883 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll()
H A Deventpoll.c426 net_busy_loop_on(); in ep_busy_loop_on()