Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtimerfd.h26 #define TFD_CLOEXEC O_CLOEXEC macro
29 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/linux-4.1.27/fs/
Dtimerfd.c382 BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE2()