Home
last modified time | relevance | path

Searched refs:si_stime (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/arch/parisc/kernel/
Dsignal32.c422 err |= __get_user(to->si_stime, &from->si_stime); in copy_siginfo_from_user32()
473 err |= __put_user(from->si_stime, &to->si_stime); in copy_siginfo_to_user32()
/linux-3.4.99/arch/s390/kernel/
Dcompat_signal.c89 err |= __put_user(from->si_stime, &to->si_stime); in copy_siginfo_to_user32()
140 err |= __get_user(to->si_stime, &from->si_stime); in copy_siginfo_from_user32()
Dcompat_linux.h85 #define si_stime _sifields._sigchld._stime macro
/linux-3.4.99/arch/x86/ia32/
Dia32_signal.c73 put_user_ex(from->si_stime, &to->si_stime); in copy_siginfo_to_user32()
76 put_user_ex(from->si_stime, &to->_sifields._sigchld_x32._stime); in copy_siginfo_to_user32()
/linux-3.4.99/arch/tile/kernel/
Dcompat_signal.c212 err |= __put_user(from->si_stime, &to->si_stime); in copy_siginfo_to_user32()
/linux-3.4.99/include/asm-generic/
Dsiginfo.h116 #define si_stime _sifields._sigchld._stime macro
/linux-3.4.99/arch/ia64/kernel/
Dsignal.c158 err |= __put_user(from->si_stime, &to->si_stime); in copy_siginfo_to_user()
/linux-3.4.99/fs/
Dsignalfd.c133 err |= __put_user(kinfo->si_stime, &uinfo->ssi_stime); in signalfd_copyinfo()
/linux-3.4.99/arch/mips/kernel/
Dsignal32.c436 err |= __put_user(from->si_stime, &to->si_stime); in copy_siginfo_to_user32()
/linux-3.4.99/arch/sparc/kernel/
Dsignal32.c153 err |= __put_user(from->si_stime, &to->si_stime); in copy_siginfo_to_user32()
/linux-3.4.99/arch/powerpc/kernel/
Dsignal_32.c717 err |= __put_user(s->si_stime, &d->si_stime); in copy_siginfo_to_user32()
/linux-3.4.99/kernel/
Dsignal.c1683 info.si_stime = cputime_to_clock_t(tsk->stime + tsk->signal->stime); in do_notify_parent()
1767 info.si_stime = cputime_to_clock_t(tsk->stime); in do_notify_parent_cldstop()
2703 err |= __put_user(from->si_stime, &to->si_stime); in copy_siginfo_to_user()