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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c415 * Make sure that 'freemem' do not drift too far from the truth
636 int drift, absdrift; local
773 * - if dosynctodr is 1, then compute the drift between
786 drift = tod.tv_sec - hrestime.tv_sec;
787 absdrift = (drift >= 0) ? drift : -drift;
812 * If the drift is 2 seconds on the
819 timedelta = (int64_t)drift*NANOSEC;

Completed in 50 milliseconds