Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_ntptime.c181 static int pps_intcnt; /* wander counter */ variable
829 pps_intcnt--; in hardpps()
834 pps_intcnt--; in hardpps()
838 pps_intcnt++; in hardpps()
840 if (pps_intcnt >= 4) { in hardpps()
841 pps_intcnt = 4; in hardpps()
844 pps_intcnt = 0; in hardpps()
846 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) { in hardpps()
847 pps_intcnt = -4; in hardpps()
850 pps_intcnt = 0; in hardpps()