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

/kernel/time/
H A Dntp.c64 static long time_maxerror = NTP_PHASE_LIMIT; variable
345 time_maxerror = NTP_PHASE_LIMIT;
423 time_maxerror += MAXFREQ / NSEC_PER_USEC;
424 if (time_maxerror > NTP_PHASE_LIMIT) {
425 time_maxerror = NTP_PHASE_LIMIT;
579 time_maxerror = txc->maxerror;
676 txc->maxerror = time_maxerror;

Completed in 43 milliseconds