Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dsignal_64.c290 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
495 static_assert(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) == 0x20);
/linux/include/linux/
H A Dcompat.h198 compat_clock_t _stime; member
208 compat_s64 _stime; member
/linux/kernel/
H A Dsignal.c3695 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()