Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dbusy_poll.h44 static inline bool net_busy_loop_on(void) in net_busy_loop_on() function
61 static inline unsigned long net_busy_loop_on(void) in net_busy_loop_on() function
/linux-4.19.296/fs/
Dselect.c458 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select()
847 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll()
Deventpoll.c403 if ((napi_id >= MIN_NAPI_ID) && net_busy_loop_on()) in ep_busy_loop()
424 if (!net_busy_loop_on()) in ep_set_busy_poll_napi_id()