Home
last modified time | relevance | path

Searched refs:POLLFREE (Results 1 – 7 of 7) 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.h32 #define POLLFREE (__poll_t)0x4000 /* currently only for epoll */ 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.h32 #define POLLFREE (__poll_t)0x4000 /* currently only for epoll */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 macro
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait.c232 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c1267 !(pollflags & POLLFREE)) { in ep_poll_callback()
1297 if (pollflags & POLLFREE) { in ep_poll_callback()
H A Daio.c1799 if (mask & POLLFREE) { in aio_poll_wake()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5466 if (unlikely(mask & POLLFREE)) { in io_poll_wake()