Searched refs:ntp_error (Results 1 – 2 of 2) sorted by relevance
289 tk->ntp_error = 0; in tk_setup_internals()503 tk->ntp_error += remainder << tk->ntp_error_shift; in old_vsyscall_fixup()504 tk->ntp_error -= (1ULL << tk->tkr_mono.shift) << tk->ntp_error_shift; in old_vsyscall_fixup()589 tk->ntp_error = 0; in timekeeping_update()1424 tk->ntp_error = 0; in timekeeping_resume()1583 tk->ntp_error -= (interval - offset) << tk->ntp_error_shift; in timekeeping_apply_adjustment()1635 if (!tk->ntp_err_mult && (tk->ntp_error > 0)) { in timekeeping_adjust()1638 } else if (tk->ntp_err_mult && (tk->ntp_error <= 0)) { in timekeeping_adjust()1670 tk->ntp_error += neg << tk->ntp_error_shift; in timekeeping_adjust()1752 tk->ntp_error += tk->ntp_tick << shift; in logarithmic_accumulation()[all …]
104 s64 ntp_error; member