Searched refs:MAXPHASE (Results 1 – 2 of 2) sorted by relevance
135 #define MAXPHASE 500000000L /* max phase error (ns) */ macro140 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */
315 offset = clamp(offset, -MAXPHASE, MAXPHASE); in ntp_update_offset()