Searched refs:si_overrun (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | siginfo.h | 147 #define si_overrun _sifields._timer._overrun macro
|
| /linux-6.15/fs/ |
| H A D | signalfd.c | 96 new.ssi_overrun = kinfo->si_overrun; in signalfd_copyinfo()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | signal_32.c | 486 static_assert(offsetof(siginfo32_t, si_overrun) == 0x10);
|
| H A D | signal_64.c | 467 static_assert(offsetof(siginfo_t, si_overrun) == 0x14);
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | signal.c | 698 static_assert(offsetof(siginfo_t, si_overrun) == 0x10);
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | signal32.c | 476 static_assert(offsetof(compat_siginfo_t, si_overrun) == 0x10);
|
| H A D | signal.c | 1734 static_assert(offsetof(siginfo_t, si_overrun) == 0x14);
|
| /linux-6.15/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 235 tsig->overruns += si->si_overrun; in siginfo_handler()
|
| /linux-6.15/kernel/ |
| H A D | signal.c | 3575 to->si_overrun = from->si_overrun; in copy_siginfo_to_external32() 3653 to->si_overrun = from->si_overrun; in post_copy_siginfo_from_user32() 4912 CHECK_OFFSET(si_overrun); in siginfo_buildtime_checks()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | signal_64.c | 578 static_assert(offsetof(siginfo_t, si_overrun) == 0x14);
|
| H A D | signal32.c | 769 static_assert(offsetof(compat_siginfo_t, si_overrun) == 0x10);
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | signal.c | 599 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x10); in siginfo_build_tests()
|
| /linux-6.15/kernel/time/ |
| H A D | posix-timers.c | 335 info->si_overrun = timer_overrun_to_int(timr); in __posixtimer_deliver_signal()
|
| /linux-6.15/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1165 …--- SIGALRM {si_signo=SIGALRM, si_code=SI_TIMER, si_timerid=0, si_overrun=0, si_value={int=1631716…
|