Home
last modified time | relevance | path

Searched refs:EPOLL_CLOEXEC (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/Linux-v5.10/tools/lib/bpf/
Dringbuf.c176 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
Dlibbpf.c10085 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()
/Linux-v5.10/tools/testing/selftests/pidfd/
Dpidfd_test.c397 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/Linux-v5.10/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/Linux-v5.10/fs/
Deventpoll.c2047 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()
2049 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()