Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtimekeeping.c278 tk->ntp_error = 0; in tk_setup_internals()
467 tk->ntp_error += remainder << tk->ntp_error_shift; in old_vsyscall_fixup()
468 tk->ntp_error -= (1ULL << tk->tkr_mono.shift) << tk->ntp_error_shift; in old_vsyscall_fixup()
564 tk->ntp_error = 0; in timekeeping_update()
1423 tk->ntp_error = 0; in timekeeping_resume()
1582 tk->ntp_error -= (interval - offset) << tk->ntp_error_shift; in timekeeping_apply_adjustment()
1634 if (!tk->ntp_err_mult && (tk->ntp_error > 0)) { in timekeeping_adjust()
1637 } else if (tk->ntp_err_mult && (tk->ntp_error <= 0)) { in timekeeping_adjust()
1669 tk->ntp_error += neg << tk->ntp_error_shift; in timekeeping_adjust()
1751 tk->ntp_error += tk->ntp_tick << shift; in logarithmic_accumulation()
[all …]
/linux-4.4.14/include/linux/
Dtimekeeper_internal.h111 s64 ntp_error; member