Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtimekeeper_internal.h122 s64 ntp_error; member
/linux-6.3-rc2/kernel/time/
A Dtimekeeping.c357 tk->ntp_error = 0; in tk_setup_internals()
760 tk->ntp_error = 0; in timekeeping_update()
1825 tk->ntp_error = 0; in timekeeping_resume()
2024 tk->ntp_err_mult = tk->ntp_error > 0 ? 1 : 0; in timekeeping_adjust()
2139 tk->ntp_error += tk->ntp_tick << shift; in logarithmic_accumulation()
2140 tk->ntp_error -= (tk->xtime_interval + tk->xtime_remainder) << in logarithmic_accumulation()

Completed in 7 milliseconds