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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c153 * time_phase and time_freq are the phase increment and the frequency
156 * time_freq is set via ntp_adjtime() from a value stored in a file when
162 * interrupt and is recomputed from time_phase and time_freq at each
166 * call to ntp_adjtime(). It is used to adjust the time_freq variable
171 int32_t time_freq = 0; /* frequency offset (scaled ppm) */ variable
760 lltemp = time_freq + pps_freq;
1220 time_freq += ltemp / SCALE_KH;
1226 time_freq += (int)(((int64_t)ltemp *
1231 if (time_freq > time_tolerance)
1232 time_freq
[all...]

Completed in 47 milliseconds