Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/
H A Dhpet.rs125 let ticks = Self::HPET0_INTERVAL_USEC * freq / 1000000; in hpet_enable() localVariable
126 if ticks == 0 || ticks > freq * 8 { in hpet_enable()
145 volwrite!(timer_reg, comparator_value, ticks); in hpet_enable()
/DragonOS/kernel/src/sched/
H A Dcputime.rs77 ticks: u64, in irqtime_account_process_tick()
79 let cputime = TICK_NESC as u64 * ticks; in irqtime_account_process_tick()