Searched refs:_sigchld_x32 (Results 1 – 4 of 4) sorted by relevance
116 CHECK_CSI_OFFSET(_sigchld_x32); in signal_compat_build_tests()117 CHECK_CSI_SIZE (_sigchld_x32, 7*sizeof(int)); in signal_compat_build_tests()119 BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._utime) != 0x18); in signal_compat_build_tests()120 BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) != 0x20); in signal_compat_build_tests()
524 new._sifields._sigchld_x32._utime = from->si_utime; in x32_copy_siginfo_to_user()525 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
211 } _sigchld_x32; member
3403 to->si_utime = from->_sifields._sigchld_x32._utime; in post_copy_siginfo_from_user32()3404 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()