Lines Matching refs:time_tolerance
143 int32_t time_tolerance = MAXFREQ; /* frequency tolerance (scaled ppm) */ variable
656 time_maxerror += time_tolerance / SCALE_USEC; in clock()
1231 if (time_freq > time_tolerance) in clock_update()
1232 time_freq = time_tolerance; in clock_update()
1233 else if (time_freq < -time_tolerance) in clock_update()
1234 time_freq = -time_tolerance; in clock_update()
1403 v_usec > time_tolerance || v_usec < -time_tolerance) { in ddi_hardpps()
1463 if (pps_freq < -time_tolerance) in ddi_hardpps()
1464 pps_freq = -time_tolerance; in ddi_hardpps()
1468 if (pps_freq > time_tolerance) in ddi_hardpps()
1469 pps_freq = time_tolerance; in ddi_hardpps()