Searched refs:NTP_PHASE_LIMIT (Results 1 – 2 of 2) sorted by relevance
69 static long time_maxerror = NTP_PHASE_LIMIT;72 static long time_esterror = NTP_PHASE_LIMIT;355 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()356 time_esterror = NTP_PHASE_LIMIT; in ntp_clear()459 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()460 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()730 time_maxerror = clamp(txc->maxerror, 0, NTP_PHASE_LIMIT); in process_adjtimex_modes()733 time_esterror = clamp(txc->esterror, 0, NTP_PHASE_LIMIT); in process_adjtimex_modes()
140 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */ macro