Searched refs:_sigchld_x32 (Results 1 – 4 of 4) sorted by relevance
122 CHECK_CSI_OFFSET(_sigchld_x32); in signal_compat_build_tests()123 CHECK_CSI_SIZE (_sigchld_x32, 7*sizeof(int)); in signal_compat_build_tests()125 BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._utime) != 0x18); in signal_compat_build_tests()126 BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) != 0x20); in signal_compat_build_tests()
546 new._sifields._sigchld_x32._utime = from->si_utime; in x32_copy_siginfo_to_user()547 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
207 } _sigchld_x32; member
3515 to->si_utime = from->_sifields._sigchld_x32._utime; in post_copy_siginfo_from_user32()3516 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()