Skip to main content

TIMER_HZ

Constant TIMER_HZ 

Source
pub const TIMER_HZ: u64 = 100;
Expand description

Kernel timer frequency in Hz.

All tick-to-time conversions must use this constant. 100 Hz → 10 ms per tick, good balance between latency and overhead.