si_utime
static_assert(offsetof(siginfo_t, si_utime) == 0x18);
static_assert(offsetof(siginfo_t, si_utime) == 0x20);
static_assert(offsetof(compat_siginfo_t, si_utime) == 0x18);
BUILD_BUG_ON(offsetof(siginfo_t, si_utime) != 0x18);
static_assert(offsetof(compat_siginfo_t, si_utime) == 0x18);
static_assert(offsetof(siginfo_t, si_utime) == 0x20);
static_assert(offsetof(siginfo32_t, si_utime) == 0x18);
new._sifields._sigchld_x32._utime = from->si_utime;
static_assert(offsetof(siginfo_t, si_utime) == 0x20);
new.ssi_utime = kinfo->si_utime;
info.si_utime = nsec_to_clock_t(utime + tsk->signal->utime);
info.si_utime = nsec_to_clock_t(utime);
to->si_utime = from->si_utime;
to->si_utime = from->_sifields._sigchld_x32._utime;
to->si_utime = from->si_utime;
CHECK_OFFSET(si_utime);