Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtimekeeper_internal.h112 u32 ntp_error_shift; member
/linux-4.4.14/kernel/time/
Dtimekeeping.c279 tk->ntp_error_shift = NTP_SCALE_SHIFT - clock->shift; in tk_setup_internals()
280 tk->ntp_tick = ntpinterval << tk->ntp_error_shift; 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()
1582 tk->ntp_error -= (interval - offset) << tk->ntp_error_shift; in timekeeping_apply_adjustment()
1605 tick_error = ntp_tick_length() >> tk->ntp_error_shift; in timekeeping_freqadjust()
1669 tk->ntp_error += neg << tk->ntp_error_shift; in timekeeping_adjust()
1753 (tk->ntp_error_shift + shift); in logarithmic_accumulation()