Lines Matching refs:time_tolerance
122 * time_tolerance determines maximum frequency error or tolerance of the
143 int32_t time_tolerance = MAXFREQ; /* frequency tolerance (scaled ppm) */
656 time_maxerror += time_tolerance / SCALE_USEC;
1231 if (time_freq > time_tolerance)
1232 time_freq = time_tolerance;
1233 else if (time_freq < -time_tolerance)
1234 time_freq = -time_tolerance;
1258 * updated atomically. The time_tolerance variable can be considered a
1403 v_usec > time_tolerance || v_usec < -time_tolerance) {
1463 if (pps_freq < -time_tolerance)
1464 pps_freq = -time_tolerance;
1468 if (pps_freq > time_tolerance)
1469 pps_freq = time_tolerance;