Searched refs:time_freq (Results 1 – 1 of 1) sorted by relevance
75 static s64 time_freq; variable268 second_length += time_freq; in ntp_update_frequency()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()674 time_freq = txc->freq * PPM_SCALE; in process_adjtimex_modes()675 time_freq = min(time_freq, MAXFREQ_SCALED); in process_adjtimex_modes()676 time_freq = max(time_freq, -MAXFREQ_SCALED); in process_adjtimex_modes()678 pps_set_freq(time_freq); in process_adjtimex_modes()735 audit_ntp_set_old(ad, AUDIT_NTP_FREQ, time_freq); in __do_adjtimex()743 audit_ntp_set_new(ad, AUDIT_NTP_FREQ, time_freq); in __do_adjtimex()[all …]