Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsignalfd.h17 #define SFD_CLOEXEC O_CLOEXEC macro
/openbmc/qemu/util/
H A Dcompatfd.c82 ret = signalfd(-1, mask, SFD_CLOEXEC); in qemu_signalfd()
/openbmc/linux/fs/
H A Dsignalfd.c258 BUILD_BUG_ON(SFD_CLOEXEC != O_CLOEXEC); in do_signalfd4()
261 if (flags & ~(SFD_CLOEXEC | SFD_NONBLOCK)) in do_signalfd4()
/openbmc/linux/tools/perf/
H A Dbuiltin-daemon.c1242 daemon->signal_fd = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in setup_signalfd()
/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c1252 sample_sig_fd = signalfd(-1, &st, SFD_CLOEXEC | SFD_NONBLOCK); in __sample_init()
/openbmc/qemu/
H A Dmeson.build2713 int main(void) { return signalfd(-1, NULL, SFD_CLOEXEC); }'''))