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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c132 * time_maxerror is initialized by a ntp_adjtime() call and increased by
145 int32_t time_maxerror = MAXPHASE; /* maximum error (us) */ variable
167 * and to increase the time_maxerror as the time since last update
656 time_maxerror += time_tolerance / SCALE_USEC;

Completed in 63 milliseconds