Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/time/
H A Dntp.c111 static long pps_stabil; /* current stability (scaled ns/s) */ variable
201 txc->stabil = pps_stabil; in pps_fill_timex()
924 pps_stabil += (div_s64(((s64)delta_mod) << in hardpps_update_freq()
926 NSEC_PER_USEC) - pps_stabil) >> PPS_INTMIN; in hardpps_update_freq()
/kernel/linux/linux-6.6/kernel/time/
H A Dntp.c111 static long pps_stabil; /* current stability (scaled ns/s) */ variable
201 txc->stabil = pps_stabil; in pps_fill_timex()
973 pps_stabil += (div_s64(((s64)delta_mod) << in hardpps_update_freq()
975 NSEC_PER_USEC) - pps_stabil) >> PPS_INTMIN; in hardpps_update_freq()

Completed in 4 milliseconds