Home
last modified time | relevance | path

Searched refs:_stime (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/asm-generic/
Dsiginfo.h83 __ARCH_SI_CLOCK_T _stime; member
145 #define si_stime _sifields._sigchld._stime
/Linux-v4.19/arch/x86/kernel/
Dsignal_compat.c120 BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) != 0x20); in signal_compat_build_tests()
/Linux-v4.19/include/linux/
Dcompat.h234 compat_clock_t _stime; member
244 compat_s64 _stime; member
/Linux-v4.19/kernel/
Dsignal.c2968 new._sifields._sigchld_x32._stime = from->si_stime; in __copy_siginfo_to_user32()
3055 to->si_stime = from._sifields._sigchld_x32._stime; in copy_siginfo_from_user32()