Lines Matching refs:time_freq
75 static s64 time_freq; variable
268 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()
722 time_freq = txc->freq * PPM_SCALE; in process_adjtimex_modes()
723 time_freq = min(time_freq, MAXFREQ_SCALED); in process_adjtimex_modes()
724 time_freq = max(time_freq, -MAXFREQ_SCALED); in process_adjtimex_modes()
726 pps_set_freq(time_freq); in process_adjtimex_modes()
783 audit_ntp_set_old(ad, AUDIT_NTP_FREQ, time_freq); in __do_adjtimex()
791 audit_ntp_set_new(ad, AUDIT_NTP_FREQ, time_freq); in __do_adjtimex()
808 txc->freq = shift_right((time_freq >> PPM_SCALE_INV_SHIFT) * in __do_adjtimex()
980 time_freq = pps_freq; in hardpps_update_freq()