Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dntp.c39 static u64 tick_length; variable
276 tick_length += new_base - tick_length_base; in ntp_update_frequency()
359 tick_length = tick_length_base; in ntp_clear()
370 return tick_length; in ntp_tick_length()
464 tick_length = tick_length_base; in second_overflow()
468 tick_length += delta; in second_overflow()
478 tick_length += MAX_TICKADJ_SCALED; in second_overflow()
484 tick_length -= MAX_TICKADJ_SCALED; in second_overflow()
488 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()