Home
last modified time | relevance | path

Searched refs:si_stime (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dsignal_compat.c108 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x28); in signal_compat_build_tests()
113 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_stime) != 0x1C); in signal_compat_build_tests()
/Linux-v4.19/include/uapi/asm-generic/
Dsiginfo.h145 #define si_stime _sifields._sigchld._stime macro
/Linux-v4.19/kernel/
Dsignal.c1810 info.si_stime = nsec_to_clock_t(stime + tsk->signal->stime); in do_notify_parent()
1896 info.si_stime = nsec_to_clock_t(stime); in do_notify_parent_cldstop()
2968 new._sifields._sigchld_x32._stime = from->si_stime; in __copy_siginfo_to_user32()
2973 new.si_stime = from->si_stime; in __copy_siginfo_to_user32()
3055 to->si_stime = from._sifields._sigchld_x32._stime; in copy_siginfo_from_user32()
3060 to->si_stime = from.si_stime; in copy_siginfo_from_user32()
/Linux-v4.19/fs/
Dsignalfd.c142 new.ssi_stime = kinfo->si_stime; in signalfd_copyinfo()
/Linux-v4.19/arch/m68k/kernel/
Dsignal.c611 BUILD_BUG_ON(offsetof(siginfo_t, si_stime) != 0x1c); in siginfo_build_tests()