Home
last modified time | relevance | path

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

/kernel/time/
Dntp.c64 static long time_maxerror = NTP_PHASE_LIMIT; variable
345 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()
423 time_maxerror += MAXFREQ / NSEC_PER_USEC; in second_overflow()
424 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()
425 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()
579 time_maxerror = txc->maxerror; in process_adjtimex_modes()
687 txc->maxerror = time_maxerror; in __do_adjtimex()