Searched refs:si_overrun (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/include/uapi/asm-generic/ |
D | siginfo.h | 152 #define si_overrun _sifields._timer._overrun macro
|
/linux-6.6.21/fs/ |
D | signalfd.c | 97 new.ssi_overrun = kinfo->si_overrun; in signalfd_copyinfo()
|
/linux-6.6.21/kernel/ |
D | signal.c | 2022 q->info.si_overrun++; in send_sigqueue() 2026 q->info.si_overrun = 0; in send_sigqueue() 3434 to->si_overrun = from->si_overrun; in copy_siginfo_to_external32() 3512 to->si_overrun = from->si_overrun; in post_copy_siginfo_from_user32() 4733 CHECK_OFFSET(si_overrun); in siginfo_buildtime_checks()
|
/linux-6.6.21/kernel/time/ |
D | posix-timers.c | 274 info->si_overrun = timer_overrun_to_int(timr, info->si_overrun); in posixtimer_rearm()
|
/linux-6.6.21/arch/x86/kernel/ |
D | signal_32.c | 462 static_assert(offsetof(siginfo32_t, si_overrun) == 0x10);
|
D | signal_64.c | 461 static_assert(offsetof(siginfo_t, si_overrun) == 0x14);
|
/linux-6.6.21/arch/arm/kernel/ |
D | signal.c | 698 static_assert(offsetof(siginfo_t, si_overrun) == 0x10);
|
/linux-6.6.21/arch/arm64/kernel/ |
D | signal32.c | 476 static_assert(offsetof(compat_siginfo_t, si_overrun) == 0x10);
|
D | signal.c | 1360 static_assert(offsetof(siginfo_t, si_overrun) == 0x14);
|
/linux-6.6.21/arch/sparc/kernel/ |
D | signal_64.c | 578 static_assert(offsetof(siginfo_t, si_overrun) == 0x14);
|
D | signal32.c | 769 static_assert(offsetof(compat_siginfo_t, si_overrun) == 0x10);
|
/linux-6.6.21/arch/m68k/kernel/ |
D | signal.c | 597 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x10); in siginfo_build_tests()
|
/linux-6.6.21/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1130 …--- SIGALRM {si_signo=SIGALRM, si_code=SI_TIMER, si_timerid=0, si_overrun=0, si_value={int=1631716…
|