Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_ntptime.c201 #define PPS_FAVG 2 /* min freq avg interval (s) (shift) */ macro
216 static int pps_shift = PPS_FAVG; /* interval duration (s) (shift) */
311 pps_shift = PPS_FAVG; in ntp_adjtime1()
331 if (ntv->shift < PPS_FAVG) in ntp_adjtime1()
332 pps_shiftmax = PPS_FAVG; in ntp_adjtime1()
798 pps_jitter += (u_nsec - pps_jitter) >> PPS_FAVG; in hardpps()
861 if (pps_shift > PPS_FAVG) { in hardpps()
868 pps_stabil += (u_nsec * SCALE_PPM - pps_stabil) >> PPS_FAVG; in hardpps()