Searched refs:si_stime (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/include/uapi/asm-generic/ |
D | siginfo.h | 156 #define si_stime _sifields._sigchld._stime macro
|
/linux-6.6.21/arch/x86/kernel/ |
D | signal_64.c | 288 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user() 476 static_assert(offsetof(siginfo_t, si_stime) == 0x28);
|
D | signal_32.c | 477 static_assert(offsetof(siginfo32_t, si_stime) == 0x1C);
|
/linux-6.6.21/fs/ |
D | signalfd.c | 131 new.ssi_stime = kinfo->si_stime; in signalfd_copyinfo()
|
/linux-6.6.21/kernel/ |
D | signal.c | 2108 info.si_stime = nsec_to_clock_t(stime + tsk->signal->stime); in do_notify_parent() 2198 info.si_stime = nsec_to_clock_t(stime); in do_notify_parent_cldstop() 3472 to->si_stime = from->si_stime; in copy_siginfo_to_external32() 3552 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32() 3557 to->si_stime = from->si_stime; in post_copy_siginfo_from_user32() 4746 CHECK_OFFSET(si_stime); in siginfo_buildtime_checks()
|
/linux-6.6.21/arch/arm/kernel/ |
D | signal.c | 701 static_assert(offsetof(siginfo_t, si_stime) == 0x1c);
|
/linux-6.6.21/arch/arm64/kernel/ |
D | signal32.c | 479 static_assert(offsetof(compat_siginfo_t, si_stime) == 0x1c);
|
D | signal.c | 1363 static_assert(offsetof(siginfo_t, si_stime) == 0x28);
|
/linux-6.6.21/arch/sparc/kernel/ |
D | signal_64.c | 581 static_assert(offsetof(siginfo_t, si_stime) == 0x28);
|
D | signal32.c | 772 static_assert(offsetof(compat_siginfo_t, si_stime) == 0x1c);
|
/linux-6.6.21/arch/m68k/kernel/ |
D | signal.c | 610 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x1c); in siginfo_build_tests()
|
/linux-6.6.21/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1122 …CHLD, si_code=CLD_TRAPPED, si_pid=16967, si_uid=0, si_status=SIGTRAP, si_utime=65, si_stime=89} ---
|