Home
last modified time | relevance | path

Searched refs:TFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dtimerfd.h14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/Linux-v4.19/include/uapi/linux/
Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC macro
/Linux-v4.19/fs/
Dtimerfd.c393 BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE2()