Home
last modified time | relevance | path

Searched refs:si_utime (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/kernel/
Dsignal_compat.c107 BUILD_BUG_ON(offsetof(siginfo_t, si_utime) != 0x20); in signal_compat_build_tests()
112 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_utime) != 0x18); in signal_compat_build_tests()
/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h145 #define si_utime _sifields._sigchld._utime macro
/Linux-v5.4/kernel/
Dsignal.c1954 info.si_utime = nsec_to_clock_t(utime + tsk->signal->utime); in do_notify_parent()
2040 info.si_utime = nsec_to_clock_t(utime); in do_notify_parent_cldstop()
3297 new._sifields._sigchld_x32._utime = from->si_utime; in __copy_siginfo_to_user32()
3302 new.si_utime = from->si_utime; in __copy_siginfo_to_user32()
3379 to->si_utime = from->_sifields._sigchld_x32._utime; in post_copy_siginfo_from_user32()
3384 to->si_utime = from->si_utime; in post_copy_siginfo_from_user32()
4527 CHECK_OFFSET(si_utime); in siginfo_buildtime_checks()
/Linux-v5.4/fs/
Dsignalfd.c141 new.ssi_utime = kinfo->si_utime; in signalfd_copyinfo()
/Linux-v5.4/arch/m68k/kernel/
Dsignal.c610 BUILD_BUG_ON(offsetof(siginfo_t, si_utime) != 0x18); in siginfo_build_tests()