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

/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h260 extern int32_t pps_stabil; /* pps stability (scaled ppm) */
/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c192 ntv.stabil = pps_stabil;
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c189 * filter pps_ff[], while pps_stabil is the dispersion (wander) measured
214 int32_t pps_stabil = MAXFREQ; /* frequency dispersion (scaled ppm) */ variable
756 pps_stabil = MAXFREQ;
1450 v_usec = (v_usec >> 1) - pps_stabil;
1452 pps_stabil -= -v_usec >> PPS_AVG;
1454 pps_stabil += v_usec >> PPS_AVG;
1455 if (pps_stabil > MAXFREQ >> 2) {

Completed in 64 milliseconds