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
881 pps_intcnt--; in hardpps()
886 pps_intcnt--; in hardpps()
890 pps_intcnt++; in hardpps()
892 if (pps_intcnt >= 4) { in hardpps()
893 pps_intcnt = 4; in hardpps()
896 pps_intcnt = 0; in hardpps()
898 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) { in hardpps()
899 pps_intcnt = -4; in hardpps()
902 pps_intcnt = 0; in hardpps()