Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dntp.c64 static long time_maxerror = NTP_PHASE_LIMIT;
67 static long time_esterror = NTP_PHASE_LIMIT;
348 time_maxerror = NTP_PHASE_LIMIT; in ntp_clear()
349 time_esterror = NTP_PHASE_LIMIT; in ntp_clear()
451 if (time_maxerror > NTP_PHASE_LIMIT) { in second_overflow()
452 time_maxerror = NTP_PHASE_LIMIT; in second_overflow()
/linux-4.4.14/include/linux/
Dtimex.h132 #define NTP_PHASE_LIMIT ((MAXPHASE / NSEC_PER_USEC) << 5) /* beyond max. dispersion */ macro