Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dntp.c35 static u64 tick_length; variable
268 tick_length += new_base - tick_length_base; in ntp_update_frequency()
349 tick_length = tick_length_base; in ntp_clear()
359 return tick_length; in ntp_tick_length()
429 tick_length = tick_length_base; in second_overflow()
433 tick_length += delta; in second_overflow()
443 tick_length += MAX_TICKADJ_SCALED; in second_overflow()
449 tick_length -= MAX_TICKADJ_SCALED; in second_overflow()
453 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()