Searched refs:EPOLL_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
23 #define EPOLL_CLOEXEC O_CLOEXEC macro
1953 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()1955 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()