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

/freebsd-11.0-release/sys/kern/
H A Dkern_ntptime.c212 static int pps_shiftmax = PPS_FAVGDEF; /* max interval duration (s) (shift) */ variable
331 SYSCTL_INT(_kern_ntp_pll, OID_AUTO, pps_shiftmax, CTLFLAG_RW,
332 &pps_shiftmax, 0, "Max interval duration (sec) (shift)");
416 pps_shiftmax = PPS_FAVG;
418 pps_shiftmax = PPS_FAVGMAX;
420 pps_shiftmax = ntv.shift;
929 if (pps_shift < pps_shiftmax) {
933 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) {

Completed in 54 milliseconds