Home
last modified time | relevance | path

Searched refs:SCALE_PHASE (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Dtimex.h78 #define SCALE_PHASE (1<<22) /* phase scale */ macro
/onnv-gate/usr/src/uts/common/os/
H A Dclock.c436 ltemp = -time_phase / SCALE_PHASE; in clock()
437 time_phase += ltemp * SCALE_PHASE; in clock()
442 ltemp = time_phase / SCALE_PHASE; in clock()
443 time_phase -= ltemp * SCALE_PHASE; in clock()
728 time_adj = -(lltemp * SCALE_PHASE) / hz / SCALE_UPDATE; in clock()
742 time_adj = (lltemp * SCALE_PHASE) / hz / SCALE_UPDATE; in clock()
762 time_adj += (lltemp * SCALE_PHASE) / (SCALE_USEC * hz); in clock()