Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtimekeeper_internal.h117 s64 ntp_error; member
/Linux-v4.19/kernel/time/
Dtimekeeping.c332 tk->ntp_error = 0; in tk_setup_internals()
661 tk->ntp_error = 0; in timekeeping_update()
1741 tk->ntp_error = 0; in timekeeping_resume()
1938 tk->ntp_err_mult = tk->ntp_error > 0 ? 1 : 0; in timekeeping_adjust()
2054 tk->ntp_error += tk->ntp_tick << shift; in logarithmic_accumulation()
2055 tk->ntp_error -= (tk->xtime_interval + tk->xtime_remainder) << in logarithmic_accumulation()