Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/linux-6.3-rc2/tools/lib/bpf/
A 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()
A Dlibbpf.c11778 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()
/linux-6.3-rc2/tools/testing/selftests/pidfd/
A Dpidfd_test.c397 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/
A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dfp-stress.c508 ret = epoll_create1(EPOLL_CLOEXEC); in main()
/linux-6.3-rc2/fs/
A Deventpoll.c1996 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()
1998 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()

Completed in 40 milliseconds