Searched refs:pps_shiftmax (Results 1 – 1 of 1) sorted by relevance
195 static int pps_shiftmax = PPS_FAVGDEF; /* max interval duration (s) (shift) */ variable319 SYSCTL_INT(_kern_ntp_pll, OID_AUTO, pps_shiftmax, CTLFLAG_RW,320 &pps_shiftmax, 0, "Max interval duration (sec) (shift)");394 pps_shiftmax = PPS_FAVG; in kern_ntp_adjtime()396 pps_shiftmax = PPS_FAVGMAX; in kern_ntp_adjtime()398 pps_shiftmax = ntv->shift; in kern_ntp_adjtime()933 if (pps_shift < pps_shiftmax) { in hardpps()937 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) { in hardpps()