Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_ntptime.c325 &pps_shift, 0, "Interval duration (sec) (shift)");
376 pps_shift = PPS_FAVG; in kern_ntp_adjtime()
455 ntv->shift = pps_shift; in kern_ntp_adjtime()
596 L_RSHIFT(ftemp, pps_shift); in ntp_update_second()
839 if (u_sec < (1 << pps_shift)) in hardpps()
856 u_nsec = MAXFREQ << pps_shift; in hardpps()
875 L_RSHIFT(ftemp, pps_shift); in hardpps()
893 if (pps_shift < pps_shiftmax) { in hardpps()
894 pps_shift++; in hardpps()
899 if (pps_shift > PPS_FAVG) { in hardpps()
[all …]