si_stime
static_assert(offsetof(siginfo_t, si_stime) == 0x1c);
static_assert(offsetof(siginfo_t, si_stime) == 0x28);
static_assert(offsetof(compat_siginfo_t, si_stime) == 0x1c);
BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x1c);
static_assert(offsetof(compat_siginfo_t, si_stime) == 0x1c);
static_assert(offsetof(siginfo_t, si_stime) == 0x28);
static_assert(offsetof(siginfo32_t, si_stime) == 0x1C);
new._sifields._sigchld_x32._stime = from->si_stime;
static_assert(offsetof(siginfo_t, si_stime) == 0x28);
new.ssi_stime = kinfo->si_stime;
info.si_stime = nsec_to_clock_t(stime + tsk->signal->stime);
info.si_stime = nsec_to_clock_t(stime);
to->si_stime = from->si_stime;
to->si_stime = from->_sifields._sigchld_x32._stime;
to->si_stime = from->si_stime;
CHECK_OFFSET(si_stime);