Home
last modified time | relevance | path

Searched refs:si_stime (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h156 #define si_stime _sifields._sigchld._stime macro
/openbmc/linux/arch/x86/kernel/
H A Dsignal_64.c288 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
476 static_assert(offsetof(siginfo_t, si_stime) == 0x28);
H A Dsignal_32.c477 static_assert(offsetof(siginfo32_t, si_stime) == 0x1C);
/openbmc/linux/fs/
H A Dsignalfd.c131 new.ssi_stime = kinfo->si_stime; in signalfd_copyinfo()
/openbmc/linux/kernel/
H A Dsignal.c2110 info.si_stime = nsec_to_clock_t(stime + tsk->signal->stime); in do_notify_parent()
2200 info.si_stime = nsec_to_clock_t(stime); in do_notify_parent_cldstop()
3482 to->si_stime = from->si_stime; in copy_siginfo_to_external32()
3562 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()
3567 to->si_stime = from->si_stime; in post_copy_siginfo_from_user32()
4756 CHECK_OFFSET(si_stime); in siginfo_buildtime_checks()
/openbmc/linux/arch/arm/kernel/
H A Dsignal.c701 static_assert(offsetof(siginfo_t, si_stime) == 0x1c);
/openbmc/linux/arch/arm64/kernel/
H A Dsignal32.c479 static_assert(offsetof(compat_siginfo_t, si_stime) == 0x1c);
H A Dsignal.c1363 static_assert(offsetof(siginfo_t, si_stime) == 0x28);
/openbmc/linux/arch/sparc/kernel/
H A Dsignal_64.c581 static_assert(offsetof(siginfo_t, si_stime) == 0x28);
H A Dsignal32.c772 static_assert(offsetof(compat_siginfo_t, si_stime) == 0x1c);
/openbmc/linux/arch/m68k/kernel/
H A Dsignal.c610 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x1c); in siginfo_build_tests()
/openbmc/qemu/linux-user/
H A Dsignal.c393 tinfo->_sifields._sigchld._stime = info->si_stime; in host_to_target_siginfo_noswap()
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1122 …CHLD, si_code=CLD_TRAPPED, si_pid=16967, si_uid=0, si_status=SIGTRAP, si_utime=65, si_stime=89} ---