Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dsignalfd.h17 #define SFD_CLOEXEC O_CLOEXEC macro
/Linux-v4.19/fs/
Dsignalfd.c267 BUILD_BUG_ON(SFD_CLOEXEC != O_CLOEXEC); in do_signalfd4()
270 if (flags & ~(SFD_CLOEXEC | SFD_NONBLOCK)) in do_signalfd4()