Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Dsignal_64.c287 new._sifields._sigchld_x32._utime = from->si_utime; in x32_copy_siginfo_to_user()
288 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
480 static_assert(sizeof_field(compat_siginfo_t, _sifields._sigchld_x32) ==
483 offsetof(compat_siginfo_t, _sifields._sigchld_x32));
484 static_assert(offsetof(compat_siginfo_t, _sifields._sigchld_x32._utime) == 0x18);
485 static_assert(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) == 0x20);
/linux-6.6.21/include/linux/
Dcompat.h205 } _sigchld_x32; member
/linux-6.6.21/kernel/
Dsignal.c3551 to->si_utime = from->_sifields._sigchld_x32._utime; in post_copy_siginfo_from_user32()
3552 to->si_stime = from->_sifields._sigchld_x32._stime; in post_copy_siginfo_from_user32()