Searched refs:MAXPHASE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dtimex.h135 #define MAXPHASE 500000000L /* max phase error (ns) */ macro
140 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */
/linux-master/kernel/time/
H A Dntp.c315 offset = clamp(offset, -MAXPHASE, MAXPHASE);

Completed in 114 milliseconds