Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dntp.c35 static u64 tick_length; variable
272 tick_length += new_base - tick_length_base; in ntp_update_frequency()
353 tick_length = tick_length_base; in ntp_clear()
364 return tick_length; in ntp_tick_length()
457 tick_length = tick_length_base; in second_overflow()
461 tick_length += delta; in second_overflow()
471 tick_length += MAX_TICKADJ_SCALED; in second_overflow()
477 tick_length -= MAX_TICKADJ_SCALED; in second_overflow()
481 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()