Searched refs:si_utime (Results 1 – 5 of 5) sorted by relevance
107 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()
144 #define si_utime _sifields._sigchld._utime macro
1809 info.si_utime = nsec_to_clock_t(utime + tsk->signal->utime); in do_notify_parent()1895 info.si_utime = nsec_to_clock_t(utime); in do_notify_parent_cldstop()2967 new._sifields._sigchld_x32._utime = from->si_utime; in __copy_siginfo_to_user32()2972 new.si_utime = from->si_utime; in __copy_siginfo_to_user32()3054 to->si_utime = from._sifields._sigchld_x32._utime; in copy_siginfo_from_user32()3059 to->si_utime = from.si_utime; in copy_siginfo_from_user32()
141 new.ssi_utime = kinfo->si_utime; in signalfd_copyinfo()
610 BUILD_BUG_ON(offsetof(siginfo_t, si_utime) != 0x18); in siginfo_build_tests()