Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dntp.c75 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()
[all …]