Lines Matching refs:ntp_error
278 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()
1752 tk->ntp_error -= (tk->xtime_interval + tk->xtime_remainder) << in logarithmic_accumulation()