Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ntptime.c196 static int pps_intcnt; /* wander counter */ variable
920 pps_intcnt--; in hardpps()
925 pps_intcnt--; in hardpps()
929 pps_intcnt++; in hardpps()
931 if (pps_intcnt >= 4) { in hardpps()
932 pps_intcnt = 4; in hardpps()
935 pps_intcnt = 0; in hardpps()
937 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) { in hardpps()
938 pps_intcnt = -4; in hardpps()
941 pps_intcnt = 0; in hardpps()