Home
last modified time | relevance | path

Searched refs:si_utime (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/include/uapi/asm-generic/
H A Dsiginfo.h150 #define si_utime _sifields._sigchld._utime macro
/linux-6.15/arch/x86/kernel/
H A Dsignal_64.c287 new._sifields._sigchld_x32._utime = from->si_utime; in x32_copy_siginfo_to_user()
481 static_assert(offsetof(siginfo_t, si_utime) == 0x20);
H A Dsignal_32.c500 static_assert(offsetof(siginfo32_t, si_utime) == 0x18);
/linux-6.15/fs/
H A Dsignalfd.c129 new.ssi_utime = kinfo->si_utime; in signalfd_copyinfo()
/linux-6.15/kernel/
H A Dsignal.c2217 info.si_utime = nsec_to_clock_t(utime + tsk->signal->utime); in do_notify_parent()
2307 info.si_utime = nsec_to_clock_t(utime); in do_notify_parent_cldstop()
3612 to->si_utime = from->si_utime; in copy_siginfo_to_external32()
3692 to->si_utime = from->_sifields._sigchld_x32._utime; in post_copy_siginfo_from_user32()
3697 to->si_utime = from->si_utime; in post_copy_siginfo_from_user32()
4924 CHECK_OFFSET(si_utime); in siginfo_buildtime_checks()
/linux-6.15/arch/arm/kernel/
H A Dsignal.c700 static_assert(offsetof(siginfo_t, si_utime) == 0x18);
/linux-6.15/arch/arm64/kernel/
H A Dsignal32.c478 static_assert(offsetof(compat_siginfo_t, si_utime) == 0x18);
H A Dsignal.c1736 static_assert(offsetof(siginfo_t, si_utime) == 0x20);
/linux-6.15/arch/sparc/kernel/
H A Dsignal_64.c580 static_assert(offsetof(siginfo_t, si_utime) == 0x20);
H A Dsignal32.c771 static_assert(offsetof(compat_siginfo_t, si_utime) == 0x18);
/linux-6.15/arch/m68k/kernel/
H A Dsignal.c611 BUILD_BUG_ON(offsetof(siginfo_t, si_utime) != 0x18); in siginfo_build_tests()
/linux-6.15/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1157 …IGCHLD, si_code=CLD_TRAPPED, si_pid=16967, si_uid=0, si_status=SIGTRAP, si_utime=65, si_stime=89} …