Searched refs:EPOLL_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
23 #define EPOLL_CLOEXEC O_CLOEXEC macro
360 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
2049 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()2051 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()
5499 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()