* Softirq handler: process async event queue. * * CONTEXT: Softirq (interrupts enabled, preemption possible). * BATCH: Processes bounded number of events per invocation for RT-safety. * DELIVERY: Uses notification_signal() for Event-Chaining integration. * WAKEUP: Wakes blocked threads directly (scheduler optimization). * RT-SAFETY: Bounded processing ensures deterministic WCET. */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected