Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ntptime.c322 &pps_shift, 0, "Interval duration (sec) (shift)");
373 pps_shift = PPS_FAVG; in kern_ntp_adjtime()
452 ntv->shift = pps_shift; in kern_ntp_adjtime()
593 L_RSHIFT(ftemp, pps_shift); in ntp_update_second()
879 if (u_sec < (1 << pps_shift)) in hardpps()
896 u_nsec = MAXFREQ << pps_shift; in hardpps()
915 L_RSHIFT(ftemp, pps_shift); in hardpps()
933 if (pps_shift < pps_shiftmax) { in hardpps()
934 pps_shift++; in hardpps()
939 if (pps_shift > PPS_FAVG) { in hardpps()
[all …]