Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dsignal_compat.c108 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x28); in signal_compat_build_tests()
113 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_stime) != 0x1C); in signal_compat_build_tests()
Dsignal.c525 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
/Linux-v5.10/include/uapi/asm-generic/
Dsiginfo.h146 #define si_stime _sifields._sigchld._stime macro
/Linux-v5.10/fs/
Dsignalfd.c142 new.ssi_stime = kinfo->si_stime; in signalfd_copyinfo()
/Linux-v5.10/kernel/
Dsignal.c1957 info.si_stime = nsec_to_clock_t(stime + tsk->signal->stime); in do_notify_parent()
2047 info.si_stime = nsec_to_clock_t(stime); in do_notify_parent_cldstop()
3322 to->si_stime = from->si_stime; in copy_siginfo_to_external32()
3404 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()
3409 to->si_stime = from->si_stime; in post_copy_siginfo_from_user32()
4552 CHECK_OFFSET(si_stime); in siginfo_buildtime_checks()
/Linux-v5.10/arch/m68k/kernel/
Dsignal.c610 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x1c); in siginfo_build_tests()
/Linux-v5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1113 …CHLD, si_code=CLD_TRAPPED, si_pid=16967, si_uid=0, si_status=SIGTRAP, si_utime=65, si_stime=89} ---