Searched refs:ntp_tick_length (Results 1 – 3 of 3) sorted by relevance
253 extern u64 ntp_tick_length(void);
837 tick_error = ntp_tick_length() >> (timekeeper.ntp_error_shift + 1); in timekeeping_bigadjust()1028 timekeeper.ntp_error += ntp_tick_length() << shift; in logarithmic_accumulation()1079 maxshift = (64 - (ilog2(ntp_tick_length())+1)) - 1; in update_wall_time()
369 u64 ntp_tick_length(void) in ntp_tick_length() function