Home
last modified time | relevance | path

Searched refs:EPOLL_CLOEXEC (Results 1 – 11 of 11) 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/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 02000000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC 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/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 02000000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC 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.h23 #define EPOLL_CLOEXEC O_CLOEXEC 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.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dringbuf.c180 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
H A Dlibbpf.c10166 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_test.c397 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c2092 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()
2094 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()
/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c228 ospoll->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ospoll_create()