Searched refs:time_maxerror (Results 1 – 1 of 1) sorted by relevance
66 long time_maxerror; member94 .time_maxerror = NTP_PHASE_LIMIT,336 ntpdata->time_maxerror = NTP_PHASE_LIMIT; in __ntp_clear()446 ntpdata->time_maxerror += MAXFREQ / NSEC_PER_USEC; in second_overflow()447 if (ntpdata->time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()448 ntpdata->time_maxerror = NTP_PHASE_LIMIT; in second_overflow()734 ntpdata->time_maxerror = clamp(txc->maxerror, 0, NTP_PHASE_LIMIT); in process_adjtimex_modes()810 txc->maxerror = ntpdata->time_maxerror; in __do_adjtimex()