Searched refs:EPOLL_CLOEXEC (Results 1 – 8 of 8) sorted by relevance
23 #define EPOLL_CLOEXEC O_CLOEXEC macro
106 epoll_fd = epoll_create1(EPOLL_CLOEXEC); in register_proc_netlink()
403 ret = epoll_create1(EPOLL_CLOEXEC); in main()
450 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
290 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in roundup_len()
519 ret = epoll_create1(EPOLL_CLOEXEC); in main()
2482 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_pwait() 2484 if (flags & ~EPOLL_CLOEXEC) in do_epoll_pwait()
14439 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in bpf_object__destroy_subskeleton()