Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.c2073 u64 nsecps = (u64)NSEC_PER_SEC << tk->tkr_mono.shift; in accumulate_nsecs_to_secs() local
2076 while (tk->tkr_mono.xtime_nsec >= nsecps) { in accumulate_nsecs_to_secs()
2079 tk->tkr_mono.xtime_nsec -= nsecps; in accumulate_nsecs_to_secs()