Searched refs:TFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
32 #define TFD_CLOEXEC O_CLOEXEC macro
393 BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE2()