Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/asm-generic/
H A Dpoll.h34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
/linux-6.15/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()
/linux-6.15/net/
H A Dsocket.c1372 if (events & POLL_BUSY_LOOP) in sock_poll()
1376 flag = POLL_BUSY_LOOP; in sock_poll()