Searched defs:time_tolerance (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c122 * time_tolerance determines maximum frequency error or tolerance of the
143 int32_t time_tolerance = MAXFREQ; /* frequency tolerance (scaled ppm) */ variable
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) {
[all...]

Completed in 76 milliseconds