Skip to main content

start_current_ktimer_service

Function start_current_ktimer_service 

Source
pub fn start_current_ktimer_service() -> Result<(), TaskError>
Expand description

Creates the current CPU’s shutdown-lifetime soft-timer worker.

The runtime calls this exactly once after the rq becomes online and before enabling local timer IRQs. The thread is bound to that CPU, runs at Linux’s low FIFO kernel-worker priority, and sleeps on the CPU’s sticky IRQ event.