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()
140 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */ macro