Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/time/
Dntp.c69 static long time_maxerror = NTP_PHASE_LIMIT;
72 static long time_esterror = NTP_PHASE_LIMIT;
355 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()
356 time_esterror = NTP_PHASE_LIMIT; in ntp_clear()
459 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()
460 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()
/Linux-v6.6/include/linux/
Dtimex.h140 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */ macro