Searched refs:POLL_BUSY_LOOP (Results 1 – 5 of 5) sorted by relevance
34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
45 #define POLL_BUSY_LOOP (__force __poll_t) 0x8000 macro
32 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
485 __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()
1247 if (events & POLL_BUSY_LOOP) in sock_poll()1251 flag = POLL_BUSY_LOOP; in sock_poll()