Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dbusy_poll.h40 static inline bool net_busy_loop_on(void) in net_busy_loop_on() function
134 static inline unsigned long net_busy_loop_on(void) in net_busy_loop_on() function
/linux-4.4.14/fs/
Dselect.c406 unsigned int busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select()
788 unsigned int busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll()