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

/freebsd-current/contrib/ntp/ntpd/
H A Dntp_util.c97 static double prev_drift_comp; /* last frequency update */ variable
261 * prev_drift_comp and wander_resid. Thereafter,
263 * the difference between the prev_drift_comp and
269 (prev_drift_comp - drift_comp) * 1e6, wander_resid *
272 if (fabs(prev_drift_comp - drift_comp) < wander_resid) {
276 prev_drift_comp = drift_comp;
464 prev_drift_comp = 0.0;
465 loop_config(LOOP_NOFREQ, prev_drift_comp);
468 prev_drift_comp = drift_comp;

Completed in 168 milliseconds