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

/kernel/time/
H A Dntp.c70 static s64 time_freq; variable
249 * on (tick_usec, ntp_tick_adj, time_freq):
260 second_length += time_freq;
331 freq_adj = min(freq_adj + time_freq, MAXFREQ_SCALED);
333 time_freq = max(freq_adj, -MAXFREQ_SCALED);
571 time_freq = txc->freq * PPM_SCALE;
572 time_freq = min(time_freq, MAXFREQ_SCALED);
573 time_freq = max(time_freq,
[all...]

Completed in 53 milliseconds