Searched refs:pps_intcnt (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dkern_ntptime.c196 static int pps_intcnt; /* wander counter */ variable
907 pps_intcnt--;
912 pps_intcnt--;
916 pps_intcnt++;
918 if (pps_intcnt >= 4) {
919 pps_intcnt = 4;
922 pps_intcnt = 0;
924 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) {
925 pps_intcnt = -4;
928 pps_intcnt
[all...]

Completed in 111 milliseconds