Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/Linux-v5.4/tools/testing/selftests/pidfd/
Dpidfd_test.c360 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/Linux-v5.4/fs/
Deventpoll.c2049 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()
2051 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c5499 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()