Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dsignalfd.h17 #define SFD_CLOEXEC O_CLOEXEC macro
/Linux-v5.15/fs/
Dsignalfd.c267 BUILD_BUG_ON(SFD_CLOEXEC != O_CLOEXEC); in do_signalfd4()
270 if (flags & ~(SFD_CLOEXEC | SFD_NONBLOCK)) in do_signalfd4()
/Linux-v5.15/tools/perf/
Dbuiltin-daemon.c1244 daemon->signal_fd = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in setup_signalfd()
/Linux-v5.15/samples/bpf/
Dxdp_sample_user.c1250 sample_sig_fd = signalfd(-1, &st, SFD_CLOEXEC | SFD_NONBLOCK); in __sample_init()