Searched refs:EPOLL_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
22 #define EPOLL_CLOEXEC O_CLOEXEC macro
1771 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE1()1773 if (flags & ~EPOLL_CLOEXEC) in SYSCALL_DEFINE1()