Searched refs:TFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
26 #define TFD_CLOEXEC O_CLOEXEC macro29 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
382 BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE2()