Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ntptime.c200 static int pps_intcnt; /* wander counter */ variable
882 pps_intcnt--; in hardpps()
887 pps_intcnt--; in hardpps()
891 pps_intcnt++; in hardpps()
893 if (pps_intcnt >= 4) { in hardpps()
894 pps_intcnt = 4; in hardpps()
897 pps_intcnt = 0; in hardpps()
899 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) { in hardpps()
900 pps_intcnt = -4; in hardpps()
903 pps_intcnt = 0; in hardpps()