Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dpoll.h34 #define POLL_BUSY_LOOP (__poll_t)0x8000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dpoll.h34 #define POLL_BUSY_LOOP (__poll_t)0x8000 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dpoll.h34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c485 __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()
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c1248 if (events & POLL_BUSY_LOOP) in sock_poll()
1252 flag = POLL_BUSY_LOOP; in sock_poll()