Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/linux/tools/lib/bpf/
H A Dringbuf.c205 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
531 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in user_ring_buffer__new()
H A Dlibbpf.c13311 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()
/linux/tools/testing/selftests/connector/
H A Dproc_filter.c106 epoll_fd = epoll_create1(EPOLL_CLOEXEC); in register_proc_netlink()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c398 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c516 ret = epoll_create1(EPOLL_CLOEXEC); in main()