Home
last modified time | relevance | path

Searched refs:INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dapic_timer.rs187 pub const INTERVAL_MS: u64 = 1000 / HZ; constant
207 let count = cpu_khz * Self::INTERVAL_MS / (Self::DIVISOR); in periodic_default_initial_count()