Searched refs:si_stime (Results 1 – 12 of 12) sorted by relevance
/linux/arch/x86/kernel/ |
A D | signal_compat.c | 114 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x28); in signal_compat_build_tests() 119 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_stime) != 0x1C); in signal_compat_build_tests()
|
A D | signal.c | 546 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
|
/linux/include/uapi/asm-generic/ |
A D | siginfo.h | 155 #define si_stime _sifields._sigchld._stime macro
|
/linux/kernel/ |
A D | signal.c | 2060 info.si_stime = nsec_to_clock_t(stime + tsk->signal->stime); in do_notify_parent() 2150 info.si_stime = nsec_to_clock_t(stime); in do_notify_parent_cldstop() 3428 to->si_stime = from->si_stime; in copy_siginfo_to_external32() 3507 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32() 3512 to->si_stime = from->si_stime; in post_copy_siginfo_from_user32() 4700 CHECK_OFFSET(si_stime); in siginfo_buildtime_checks()
|
/linux/fs/ |
A D | signalfd.c | 131 new.ssi_stime = kinfo->si_stime; in signalfd_copyinfo()
|
/linux/arch/arm/kernel/ |
A D | signal.c | 700 static_assert(offsetof(siginfo_t, si_stime) == 0x1c);
|
/linux/arch/arm64/kernel/ |
A D | signal32.c | 479 static_assert(offsetof(compat_siginfo_t, si_stime) == 0x1c);
|
A D | signal.c | 1002 static_assert(offsetof(siginfo_t, si_stime) == 0x28);
|
/linux/arch/sparc/kernel/ |
A D | signal_64.c | 581 static_assert(offsetof(siginfo_t, si_stime) == 0x28);
|
A D | signal32.c | 771 static_assert(offsetof(compat_siginfo_t, si_stime) == 0x1c);
|
/linux/arch/m68k/kernel/ |
A D | signal.c | 610 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x1c); in siginfo_build_tests()
|
/linux/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 1118 …CHLD, si_code=CLD_TRAPPED, si_pid=16967, si_uid=0, si_status=SIGTRAP, si_utime=65, si_stime=89} ---
|
Completed in 26 milliseconds