Searched refs:si_overrun (Results 1 – 7 of 7) sorted by relevance
83 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x14); in signal_compat_build_tests()86 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_overrun) != 0x10); in signal_compat_build_tests()
142 #define si_overrun _sifields._timer._overrun macro
107 new.ssi_overrun = kinfo->si_overrun; in signalfd_copyinfo()
1871 q->info.si_overrun++; in send_sigqueue()1875 q->info.si_overrun = 0; in send_sigqueue()3282 to->si_overrun = from->si_overrun; in copy_siginfo_to_external32()3362 to->si_overrun = from->si_overrun; in post_copy_siginfo_from_user32()4539 CHECK_OFFSET(si_overrun); in siginfo_buildtime_checks()
330 info->si_overrun = timer_overrun_to_int(timr, info->si_overrun); in posixtimer_rearm()
597 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x10); in siginfo_build_tests()
1121 …--- SIGALRM {si_signo=SIGALRM, si_code=SI_TIMER, si_timerid=0, si_overrun=0, si_value={int=1631716…