pub static SIGNAL_IRQ_DEFERRED_COUNT: AtomicU64Expand description
Count of signals deferred on the interrupt-return path because their default action (Term/Core/Stop) or missing restorer requires a task-switch or kill, which is not safe from timer-IRQ context. Exposed for diagnostics.