Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dntp.c39 static u64 tick_length; variable
277 tick_length += new_base - tick_length_base; in ntp_update_frequency()
360 tick_length = tick_length_base; in ntp_clear()
371 return tick_length; in ntp_tick_length()
465 tick_length = tick_length_base; in second_overflow()
469 tick_length += delta; in second_overflow()
479 tick_length += MAX_TICKADJ_SCALED; in second_overflow()
485 tick_length -= MAX_TICKADJ_SCALED; in second_overflow()
489 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()