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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c161 * time_adj is the adjustment added to the value of tick at each timer
172 int32_t time_adj = 0; /* tick adjust (scaled 1 / hz) */ variable
435 time_phase += time_adj;
715 time_adj = 0;
729 time_adj = -(lltemp * SCALE_PHASE) / hz / SCALE_UPDATE;
743 time_adj = (lltemp * SCALE_PHASE) / hz / SCALE_UPDATE;
763 time_adj += (lltemp * SCALE_PHASE) / (SCALE_USEC * hz);

Completed in 49 milliseconds