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

/linux-master/arch/x86/kernel/
H A Dsignal_64.c287 new._sifields._sigchld_x32._utime = from->si_utime;
288 new._sifields._sigchld_x32._stime = from->si_stime;
479 /* no _sigchld_x32 in the generic siginfo_t */
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-master/include/linux/
H A Dcompat.h205 } _sigchld_x32; member in union:compat_siginfo::__anon1584
/linux-master/kernel/
H A Dsignal.c3569 to->si_utime = from->_sifields._sigchld_x32._utime;
3570 to->si_stime = from->_sifields._sigchld_x32._stime;

Completed in 143 milliseconds