Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dntp.c68 static long time_maxerror = NTP_PHASE_LIMIT;
71 static long time_esterror = NTP_PHASE_LIMIT;
354 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()
355 time_esterror = NTP_PHASE_LIMIT; in ntp_clear()
458 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()
459 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()
/Linux-v4.19/include/linux/
Dtimex.h132 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */ macro