Searched refs:EPOLL_CLOEXEC (Results 1 – 8 of 8) sorted by relevance
23 #define EPOLL_CLOEXEC O_CLOEXEC macro
205 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()531 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in user_ring_buffer__new()
13311 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()
106 epoll_fd = epoll_create1(EPOLL_CLOEXEC); in register_proc_netlink()
398 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
516 ret = epoll_create1(EPOLL_CLOEXEC); in main()
2178 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()2180 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()