Home
last modified time | relevance | path

Searched refs:SFD_NONBLOCK (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsignalfd.h18 #define SFD_NONBLOCK O_NONBLOCK macro
/openbmc/linux/fs/
H A Dsignalfd.c259 BUILD_BUG_ON(SFD_NONBLOCK != O_NONBLOCK); in do_signalfd4()
261 if (flags & ~(SFD_CLOEXEC | SFD_NONBLOCK)) in do_signalfd4()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch30 pub const SFD_NONBLOCK: ::c_int = 2048;
/openbmc/phosphor-mboxd/
H A Dmboxd.c155 rc = signalfd(-1, set, SFD_NONBLOCK); in init_signals()
/openbmc/hiomapd/
H A Dmboxd.c204 rc = signalfd(-1, set, SFD_NONBLOCK); in init_signals()
/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()