Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dntp.c63 static long time_maxerror = NTP_PHASE_LIMIT;
66 static long time_esterror = NTP_PHASE_LIMIT;
344 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()
345 time_esterror = NTP_PHASE_LIMIT; in ntp_clear()
423 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()
424 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()
/linux-4.1.27/include/linux/
Dtimex.h132 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */ macro