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

/linux-master/include/uapi/linux/
H A Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/linux-master/tools/testing/selftests/connector/
H A Dproc_filter.c106 epoll_fd = epoll_create1(EPOLL_CLOEXEC);
/linux-master/tools/lib/bpf/
H A Dringbuf.c205 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC);
531 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC);
H A Dlibbpf.c13260 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_test.c398 int epoll_fd = epoll_create1(EPOLL_CLOEXEC);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c508 ret = epoll_create1(EPOLL_CLOEXEC);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC);
/linux-master/fs/
H A Deventpoll.c2178 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC);
2180 if (flags & ~EPOLL_CLOEXEC)

Completed in 278 milliseconds