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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c405 int64_t lltemp; local
717 lltemp = -time_offset;
720 lltemp *= (1 << time_constant) /
723 lltemp = (lltemp / SCALE_KG) >>
726 if (lltemp > (MAXPHASE / MINSEC) * SCALE_UPDATE)
727 lltemp = (MAXPHASE / MINSEC) * SCALE_UPDATE;
728 time_offset += lltemp;
729 time_adj = -(lltemp * SCALE_PHASE) / hz / SCALE_UPDATE;
731 lltemp
[all...]

Completed in 62 milliseconds