Searched refs:EPOLL_CLOEXEC (Results 1 – 11 of 11) sorted by relevance
25 EPOLL_CLOEXEC = 02000000 enumerator26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
23 #define EPOLL_CLOEXEC O_CLOEXEC macro
180 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
10166 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()
2092 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()2094 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()
228 ospoll->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ospoll_create()