Searched refs:NTP_PHASE_LIMIT (Results 1 – 2 of 2) sorted by relevance
63 static long time_maxerror = NTP_PHASE_LIMIT;66 static long time_esterror = NTP_PHASE_LIMIT;344 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()345 time_esterror = NTP_PHASE_LIMIT; in ntp_clear()423 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()424 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()
132 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */ macro