Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsignalfd.h17 #define SFD_CLOEXEC O_CLOEXEC macro
/linux/fs/
H A Dsignalfd.c256 BUILD_BUG_ON(SFD_CLOEXEC != O_CLOEXEC); in do_signalfd4()
259 if (flags & ~(SFD_CLOEXEC | SFD_NONBLOCK)) in do_signalfd4()
/linux/tools/perf/
H A Dbuiltin-daemon.c1243 daemon->signal_fd = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in setup_signalfd()
/linux/samples/bpf/
H A Dxdp_sample_user.c1252 sample_sig_fd = signalfd(-1, &st, SFD_CLOEXEC | SFD_NONBLOCK); in __sample_init()