Searched refs:NTP_PHASE_LIMIT (Results 1 – 2 of 2) sorted by relevance
64 static long time_maxerror = NTP_PHASE_LIMIT;67 static long time_esterror = NTP_PHASE_LIMIT;348 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()349 time_esterror = NTP_PHASE_LIMIT; in ntp_clear()451 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()452 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()
132 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */ macro