Searched refs:pps_shiftmax (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/kern/
H A Dkern_ntptime.c188 static int pps_shiftmax = PPS_FAVGDEF; /* max interval duration (s) (shift) */ variable
304 SYSCTL_INT(_kern_ntp_pll, OID_AUTO, pps_shiftmax, CTLFLAG_RW,
305 &pps_shiftmax, 0, "Max interval duration (sec) (shift)");
389 pps_shiftmax = PPS_FAVG;
391 pps_shiftmax = PPS_FAVGMAX;
393 pps_shiftmax = ntv.shift;
907 if (pps_shift < pps_shiftmax) {
911 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) {

Completed in 93 milliseconds