Searched refs:nsecps (Results 1 – 1 of 1) sorted by relevance
258 let nsecps = (NSEC_PER_SEC as u64) << timekeeper.shift; in logarithmic_accumulation() localVariable278 while timekeeper.xtime_nsec >= nsecps { in logarithmic_accumulation()279 timekeeper.xtime_nsec -= nsecps; in logarithmic_accumulation()