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

/linux-master/include/linux/
H A Dtimex.h49 * Added new constant NTP_PHASE_LIMIT
140 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */ macro
/linux-master/kernel/time/
H A Dntp.c69 static long time_maxerror = NTP_PHASE_LIMIT;
72 static long time_esterror = NTP_PHASE_LIMIT;
355 time_maxerror = NTP_PHASE_LIMIT;
356 time_esterror = NTP_PHASE_LIMIT;
459 if (time_maxerror > NTP_PHASE_LIMIT) {
460 time_maxerror = NTP_PHASE_LIMIT;

Completed in 188 milliseconds