Searched refs:_stime (Results 1 – 7 of 7) sorted by relevance
65 __ARCH_SI_CLOCK_T _stime; member156 #define si_stime _sifields._sigchld._stime
288 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()485 static_assert(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) == 0x20);
393 tinfo->_sifields._sigchld._stime = info->si_stime; in host_to_target_siginfo_noswap()461 __put_user(info->_sifields._sigchld._stime, in tswap_siginfo()462 &tinfo->_sifields._sigchld._stime); in tswap_siginfo()
275 __get_user(tinfo->_sifields._sigchld._stime, in get_target_siginfo()276 &info->_sifields._sigchld._stime); in get_target_siginfo()347 tinfo->_sifields._sigchld._stime); in print_siginfo()
615 target_clock_t _stime; member
194 compat_clock_t _stime; member204 compat_s64 _stime; member
3562 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()