Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/linux-6.15/tools/lib/bpf/
H A Dringbuf.c206 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
533 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in user_ring_buffer__new()
H A Dlibbpf.c13461 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()
/linux-6.15/tools/testing/selftests/connector/
H A Dproc_filter.c106 epoll_fd = epoll_create1(EPOLL_CLOEXEC); in register_proc_netlink()
/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress.c403 ret = epoll_create1(EPOLL_CLOEXEC); in main()
/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_test.c450 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/linux-6.15/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c519 ret = epoll_create1(EPOLL_CLOEXEC); in main()
/linux-6.15/fs/
H A Deventpoll.c2232 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()
2234 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()