Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtimekeeper_internal.h105 u32 ntp_error_shift; member
/linux-4.1.27/kernel/time/
Dtimekeeping.c290 tk->ntp_error_shift = NTP_SCALE_SHIFT - clock->shift; in tk_setup_internals()
291 tk->ntp_tick = ntpinterval << tk->ntp_error_shift; 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()
1583 tk->ntp_error -= (interval - offset) << tk->ntp_error_shift; in timekeeping_apply_adjustment()
1606 tick_error = ntp_tick_length() >> tk->ntp_error_shift; in timekeeping_freqadjust()
1670 tk->ntp_error += neg << tk->ntp_error_shift; in timekeeping_adjust()
1754 (tk->ntp_error_shift + shift); in logarithmic_accumulation()