Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/time/
Dntp.c65 static long time_maxerror = NTP_PHASE_LIMIT; variable
354 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()
445 time_maxerror += MAXFREQ / NSEC_PER_USEC; in second_overflow()
446 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()
447 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()
592 time_maxerror = txc->maxerror; in process_adjtimex_modes()
695 txc->maxerror = time_maxerror; in do_adjtimex()