Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Deventpoll.h23 #define EPOLL_CLOEXEC O_CLOEXEC macro
/Linux-v4.19/fs/
Deventpoll.c1953 BUILD_BUG_ON(EPOLL_CLOEXEC != O_CLOEXEC); in do_epoll_create()
1955 if (flags & ~EPOLL_CLOEXEC) in do_epoll_create()