Searched refs:SCALE_PHASE (Results 1 – 2 of 2) sorted by relevance
78 #define SCALE_PHASE (1<<22) /* phase scale */ macro
436 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()