Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dtimekeeping.rs254 pub fn logarithmic_accumulation(&self, offset: u64, shift: i32) -> u64 { in logarithmic_accumulation() method
417 offset = timekeeper().logarithmic_accumulation(offset, shift); in update_wall_time()