Skip to main content

notify_scheduler_cpu

Function notify_scheduler_cpu 

Source
pub fn notify_scheduler_cpu(__arg0: RuntimeCpuId) -> RuntimeStatus
Expand description

Notifies cpu after the scheduler has published owner work.

Sticky scheduler flags and owner inbox membership remain owned by ax-task. The runtime transports only a coalescible physical edge, matching Linux’s split between TIF_NEED_RESCHED/wake-list state and the reschedule or call-function IPI. Success means either a fresh edge was sent or an in-flight edge already covers this publication; every other status is an unrecoverable lifecycle violation.