Searched refs:SFD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
25 SFD_CLOEXEC = 02000000, enumerator26 #define SFD_CLOEXEC SFD_CLOEXEC macro
17 #define SFD_CLOEXEC O_CLOEXEC macro
258 BUILD_BUG_ON(SFD_CLOEXEC != O_CLOEXEC); in do_signalfd4()261 if (flags & ~(SFD_CLOEXEC | SFD_NONBLOCK)) in do_signalfd4()