Home
last modified time | relevance | path

Searched refs:time_tolerance (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dclock.c143 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()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dtimex.h256 extern int32_t time_tolerance; /* frequency tolerance (scaled ppm) */
/titanic_50/usr/src/uts/common/syscall/
H A Dntptime.c188 ntv.tolerance = time_tolerance; in ntp_adjtime()