Home
last modified time | relevance | path

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

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

Completed in 33 milliseconds