Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ntptime.c199 static int pps_shiftmax = PPS_FAVGDEF; /* max interval duration (s) (shift) */ variable
322 SYSCTL_INT(_kern_ntp_pll, OID_AUTO, pps_shiftmax, CTLFLAG_RW,
323 &pps_shiftmax, 0, "Max interval duration (sec) (shift)");
397 pps_shiftmax = PPS_FAVG; in kern_ntp_adjtime()
399 pps_shiftmax = PPS_FAVGMAX; in kern_ntp_adjtime()
401 pps_shiftmax = ntv->shift; in kern_ntp_adjtime()
895 if (pps_shift < pps_shiftmax) { in hardpps()
899 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) { in hardpps()