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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c180 * microtime(). pps_count counts the seconds of the calibration
218 int32_t pps_count = 0; /* calibration interval counter (s) */ variable
1366 pps_count++;
1367 if (pps_count < (1 << pps_shift))
1369 pps_count = 0;

Completed in 49 milliseconds