Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/openbmc/qemu/util/
H A Dfdmon-epoll.c152 ctx->epollfd = epoll_create1(EPOLL_CLOEXEC); in fdmon_epoll_setup()
/openbmc/linux/tools/lib/bpf/
H 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()
H A Dlibbpf.c12540 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()
/openbmc/linux/tools/testing/selftests/connector/
H A Dproc_filter.c106 epoll_fd = epoll_create1(EPOLL_CLOEXEC); in register_proc_netlink()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c398 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c508 ret = epoll_create1(EPOLL_CLOEXEC); in main()
/openbmc/linux/fs/
H A Deventpoll.c2073 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()
2075 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()