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

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dadjtime.c145 static long adjthresh; /* adjustment threshold */ variable
155 adjthresh = ADJ_THRESH;
173 adjthresh = ADJ_THRESH;
187 if (abs(saveup) >= adjthresh) {
188 adjthresh = ADJ_THRESH;
194 adjthresh -= ADJ_DELTA;

Completed in 89 milliseconds