Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_ntptime.c176 static long pps_stabil; /* nominal stability (scaled ns/s) */ variable
404 ntv.stabil = pps_stabil; in sys_ntp_adjtime()
855 pps_stabil += (u_nsec * SCALE_PPM - pps_stabil) >> PPS_FAVG; in hardpps()