Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtimex.h78 #define SCALE_PHASE (1<<22) /* phase scale */ macro
/titanic_44/usr/src/uts/common/os/
H A Dclock.c437 ltemp = -time_phase / SCALE_PHASE; in clock()
438 time_phase += ltemp * SCALE_PHASE; in clock()
443 ltemp = time_phase / SCALE_PHASE; in clock()
444 time_phase -= ltemp * SCALE_PHASE; in clock()
729 time_adj = -(lltemp * SCALE_PHASE) / hz / SCALE_UPDATE; in clock()
743 time_adj = (lltemp * SCALE_PHASE) / hz / SCALE_UPDATE; in clock()
763 time_adj += (lltemp * SCALE_PHASE) / (SCALE_USEC * hz); in clock()