Home
last modified time | relevance | path

Searched refs:POLL_BUSY_LOOP (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dpoll.h34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dpoll.h34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dpoll.h32 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dpoll.h45 #define POLL_BUSY_LOOP (__force __poll_t) 0x8000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dpoll.h45 #define POLL_BUSY_LOOP (__force __poll_t) 0x8000 macro
/kernel/linux/linux-5.10/fs/
H A Dselect.c485 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select()
563 * POLL_BUSY_LOOP if we asked for it in do_select()
585 /* only if found POLL_BUSY_LOOP sockets && not out of time */ in do_select()
891 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll()
943 /* only if found POLL_BUSY_LOOP sockets && not out of time */ in do_poll()
/kernel/linux/linux-6.6/fs/
H A Dselect.c486 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select()
564 * POLL_BUSY_LOOP if we asked for it in do_select()
586 /* only if found POLL_BUSY_LOOP sockets && not out of time */ in do_select()
892 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll()
944 /* only if found POLL_BUSY_LOOP sockets && not out of time */ in do_poll()
/kernel/linux/linux-5.10/net/
H A Dsocket.c1266 if (events & POLL_BUSY_LOOP) in sock_poll()
1270 flag = POLL_BUSY_LOOP; in sock_poll()
/kernel/linux/linux-6.6/net/
H A Dsocket.c1402 if (events & POLL_BUSY_LOOP) in sock_poll()
1406 flag = POLL_BUSY_LOOP; in sock_poll()

Completed in 14 milliseconds