Searched refs:EPOLL_CLOEXEC (Results 1 – 9 of 9) sorted by relevance
44 #define EPOLL_CLOEXEC O_CLOEXEC macro
24 #define EPOLL_CLOEXEC O_CLOEXEC macro
10 #define EPOLL_CLOEXEC O_CLOEXEC macro
23 #define EPOLL_CLOEXEC O_CLOEXEC macro
176 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
10156 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()
397 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
2060 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()2062 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()