Home
last modified time | relevance | path

Searched refs:EPOLLONESHOT (Results 1 – 8 of 8) sorted by relevance

/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/sys/
H A Depoll.h62 EPOLLONESHOT = 1u << 30, enumerator
63 #define EPOLLONESHOT EPOLLONESHOT macro
/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/sys/
H A Depoll.h62 EPOLLONESHOT = 1u << 30, enumerator
63 #define EPOLLONESHOT EPOLLONESHOT 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/linux/
H A Deventpoll.h60 #define EPOLLONESHOT ((__poll_t)(1U << 30)) macro
/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/linux/
H A Deventpoll.h60 #define EPOLLONESHOT ((__poll_t)(1U << 30)) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Deventpoll.h66 #define EPOLLONESHOT ((__force __poll_t)(1U << 30)) macro
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Depoll-wait.c226 ev.events |= EPOLLIN | EPOLLONESHOT; in workerfn()
300 events |= EPOLLONESHOT; in do_threads()
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c94 #define EP_PRIVATE_BITS (EPOLLWAKEUP | EPOLLONESHOT | EPOLLET | EPOLLEXCLUSIVE)
1772 if (epi->event.events & EPOLLONESHOT) in ep_send_events_proc()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5361 if (req->result && !(poll->events & EPOLLONESHOT)) { in io_poll_check_events()
5501 poll->events |= EPOLLONESHOT; in io_poll_wake()
5584 if (mask && (poll->events & EPOLLONESHOT)) { in __io_arm_poll_handler()
5603 poll->events |= EPOLLONESHOT; in __io_arm_poll_handler()
5640 __poll_t mask = EPOLLONESHOT | POLLERR | POLLPRI; in io_arm_poll_handler()
5756 events |= EPOLLONESHOT; in io_poll_parse_events()
5757 return demangle_poll(events) | (events & (EPOLLEXCLUSIVE|EPOLLONESHOT)); in io_poll_parse_events()