Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dntp.c68 static long time_maxerror = NTP_PHASE_LIMIT; variable
354 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()
457 time_maxerror += MAXFREQ / NSEC_PER_USEC; in second_overflow()
458 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()
459 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()
688 time_maxerror = txc->maxerror; in process_adjtimex_modes()
751 txc->maxerror = time_maxerror; in __do_adjtimex()