Searched refs:ntp_tick (Results 1 – 2 of 2) sorted by relevance
119 u64 ntp_tick; member
357 tk->ntp_tick = ntpinterval << tk->ntp_error_shift; in tk_setup_internals()1989 if (likely(tk->ntp_tick == ntp_tick_length())) { in timekeeping_adjust()1992 tk->ntp_tick = ntp_tick_length(); in timekeeping_adjust()1993 mult = div64_u64((tk->ntp_tick >> tk->ntp_error_shift) - in timekeeping_adjust()2118 tk->ntp_error += tk->ntp_tick << shift; in logarithmic_accumulation()
Completed in 13 milliseconds