Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c220 int32_t pps_count = 0; /* calibration interval counter (s) */ variable
1370 pps_count++; in ddi_hardpps()
1371 if (pps_count < (1 << pps_shift)) in ddi_hardpps()
1373 pps_count = 0; in ddi_hardpps()