Searched refs:freq_adj (Results 1 – 1 of 1) sorted by relevance
298 s64 freq_adj; in ntp_update_offset() local328 freq_adj = ntp_update_offset_fll(offset64, secs); in ntp_update_offset()338 freq_adj += (offset64 * secs) << in ntp_update_offset()341 freq_adj = min(freq_adj + time_freq, MAXFREQ_SCALED); in ntp_update_offset()343 time_freq = max(freq_adj, -MAXFREQ_SCALED); in ntp_update_offset()