Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/linux-6.6.21/tools/lib/bpf/
Dringbuf.c198 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
435 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in user_ring_buffer__new()
Dlibbpf.c12536 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()
/linux-6.6.21/tools/testing/selftests/connector/
Dproc_filter.c106 epoll_fd = epoll_create1(EPOLL_CLOEXEC); in register_proc_netlink()
/linux-6.6.21/tools/testing/selftests/pidfd/
Dpidfd_test.c398 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/linux-6.6.21/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/linux-6.6.21/tools/testing/selftests/arm64/fp/
Dfp-stress.c508 ret = epoll_create1(EPOLL_CLOEXEC); in main()
/linux-6.6.21/fs/
Deventpoll.c2037 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()
2039 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()