Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dsiginfo.h150 #define si_utime _sifields._sigchld._utime macro
/linux/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.c476 static_assert(offsetof(siginfo32_t, si_utime) == 0x18);
/linux/fs/
H A Dsignalfd.c129 new.ssi_utime = kinfo->si_utime; in signalfd_copyinfo()
/linux/kernel/
H A Dsignal.c2099 info.si_utime = nsec_to_clock_t(utime + tsk->signal->utime); in do_notify_parent()
2189 info.si_utime = nsec_to_clock_t(utime); in do_notify_parent_cldstop()
3487 to->si_utime = from->si_utime; in copy_siginfo_to_external32()
3567 to->si_utime = from->_sifields._sigchld_x32._utime; in post_copy_siginfo_from_user32()
3572 to->si_utime = from->si_utime; in post_copy_siginfo_from_user32()
4783 CHECK_OFFSET(si_utime); in siginfo_buildtime_checks()
/linux/arch/arm/kernel/
H A Dsignal.c700 static_assert(offsetof(siginfo_t, si_utime) == 0x18);
/linux/arch/arm64/kernel/
H A Dsignal32.c478 static_assert(offsetof(compat_siginfo_t, si_utime) == 0x18);
H A Dsignal.c1386 static_assert(offsetof(siginfo_t, si_utime) == 0x20);
/linux/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/arch/m68k/kernel/
H A Dsignal.c611 BUILD_BUG_ON(offsetof(siginfo_t, si_utime) != 0x18); in siginfo_build_tests()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1122 …IGCHLD, si_code=CLD_TRAPPED, si_pid=16967, si_uid=0, si_status=SIGTRAP, si_utime=65, si_stime=89} …