Searched refs:TFD_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
25 TFD_CLOEXEC = 02000000, enumerator26 #define TFD_CLOEXEC TFD_CLOEXEC macro
14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
32 #define TFD_CLOEXEC O_CLOEXEC macro
399 BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE2()