Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dtimekeeping.rs258 let nsecps = (NSEC_PER_SEC as u64) << timekeeper.shift; in logarithmic_accumulation() localVariable
278 while timekeeper.xtime_nsec >= nsecps { in logarithmic_accumulation()
279 timekeeper.xtime_nsec -= nsecps; in logarithmic_accumulation()