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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c200 * pps_glitch counts the number of seconds since the beginning of an
217 int32_t pps_glitch = 0; /* pps signal glitch counter */ variable
1298 if (pps_glitch > MAXGLITCH) {
1299 pps_glitch = 0;
1303 pps_glitch++;
1307 pps_glitch = 0;

Completed in 50 milliseconds