Home
last modified time | relevance | path

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

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