Searched refs:si_overrun (Results 1 – 11 of 11) sorted by relevance
66 int si_overrun; /* Overrun count. */ member131 #define si_overrun _sifields._timer.si_overrun macro
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
97 new.ssi_overrun = kinfo->si_overrun; in signalfd_copyinfo()
1883 q->info.si_overrun++; in send_sigqueue()1887 q->info.si_overrun = 0; in send_sigqueue()3311 to->si_overrun = from->si_overrun; in copy_siginfo_to_external32()3391 to->si_overrun = from->si_overrun; in post_copy_siginfo_from_user32()4584 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…