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

/linux-master/include/linux/
H A Dtimekeeper_internal.h69 * @ntp_error_shift: Shift conversion between clock shifted nano seconds and
123 u32 ntp_error_shift; member in struct:timekeeper
/linux-master/kernel/time/
H A Dtimekeeping.c358 tk->ntp_error_shift = NTP_SCALE_SHIFT - clock->shift;
359 tk->ntp_tick = ntpinterval << tk->ntp_error_shift;
2015 mult = div64_u64((tk->ntp_tick >> tk->ntp_error_shift) -
2142 (tk->ntp_error_shift + shift);

Completed in 126 milliseconds