MCPcopy Create free account
hub / github.com/f9micro/f9-kernel / notification_post_softirq

Function notification_post_softirq

kernel/notification.c:277–312  ·  view source on GitHub ↗

* notification_post_softirq - Direct softirq-safe notification delivery * @thr: target thread * @notify_bits: notification bits to signal * * Delivers notification immediately in softirq context, bypassing async queue. * This is the fast path for timer notifications, eliminating queue allocation * and the second softirq hop. * * SOFTIRQ-ONLY: Must be called from softirq context (not IRQ co

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

ktimer_notify_handlerFunction · 0.85
ktimer_event_handlerFunction · 0.85

Calls 4

irq_numberFunction · 0.85
dbg_printfFunction · 0.85
notification_signalFunction · 0.85
notify_wake_threadFunction · 0.85

Tested by

no test coverage detected