Searched refs:NTP_PHASE_LIMIT (Results 1 – 2 of 2) sorted by relevance
96 .time_maxerror = NTP_PHASE_LIMIT,97 .time_esterror = NTP_PHASE_LIMIT,339 ntpdata->time_maxerror = NTP_PHASE_LIMIT; in __ntp_clear()340 ntpdata->time_esterror = NTP_PHASE_LIMIT; in __ntp_clear()455 if (ntpdata->time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()456 ntpdata->time_maxerror = NTP_PHASE_LIMIT; in second_overflow()741 ntpdata->time_maxerror = clamp(txc->maxerror, 0, NTP_PHASE_LIMIT); in process_adjtimex_modes()744 ntpdata->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