Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_ntptime.c217 static int pps_shiftmax = PPS_FAVGDEF; /* max interval duration (s) (shift) */ variable
332 pps_shiftmax = PPS_FAVG; in ntp_adjtime1()
334 pps_shiftmax = PPS_FAVGMAX; in ntp_adjtime1()
336 pps_shiftmax = ntv->shift; in ntp_adjtime1()
855 if (pps_shift < pps_shiftmax) { in hardpps()
859 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) { in hardpps()