Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/asm-generic/
Dpoll.h34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
/Linux-v5.10/fs/
Dselect.c483 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select()
888 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll()
/Linux-v5.10/net/
Dsocket.c1258 if (events & POLL_BUSY_LOOP) in sock_poll()
1262 flag = POLL_BUSY_LOOP; in sock_poll()