Home
last modified time | relevance | path

Searched refs:EPOLL_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Deventpoll.h22 #define EPOLL_CLOEXEC O_CLOEXEC macro
/linux-4.1.27/fs/
Deventpoll.c1771 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE1()
1773 if (flags & ~EPOLL_CLOEXEC) in SYSCALL_DEFINE1()