Home
last modified time | relevance | path

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

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