Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h60 __ARCH_SI_CLOCK_T _stime; member
146 #define si_stime _sifields._sigchld._stime
/Linux-v5.4/arch/x86/kernel/
Dsignal_compat.c120 BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) != 0x20); in signal_compat_build_tests()
/Linux-v5.4/include/linux/
Dcompat.h202 compat_clock_t _stime; member
212 compat_s64 _stime; member
/Linux-v5.4/kernel/
Dsignal.c3298 new._sifields._sigchld_x32._stime = from->si_stime; in __copy_siginfo_to_user32()
3380 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()