Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dsignal_64.c289 new._sifields._sigchld_x32._utime = from->si_utime; in x32_copy_siginfo_to_user()
290 new._sifields._sigchld_x32._stime = from->si_stime; in x32_copy_siginfo_to_user()
490 static_assert(sizeof_field(compat_siginfo_t, _sifields._sigchld_x32) ==
493 offsetof(compat_siginfo_t, _sifields._sigchld_x32));
494 static_assert(offsetof(compat_siginfo_t, _sifields._sigchld_x32._utime) == 0x18);
495 static_assert(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime) == 0x20);
/linux/include/linux/
H A Dcompat.h209 } _sigchld_x32; member