Searched refs:lltemp (Results 1 – 1 of 1) sorted by relevance
405 int64_t lltemp; in clock() local717 lltemp = -time_offset; in clock()720 lltemp *= (1 << time_constant) / in clock()723 lltemp = (lltemp / SCALE_KG) >> in clock()726 if (lltemp > (MAXPHASE / MINSEC) * SCALE_UPDATE) in clock()727 lltemp = (MAXPHASE / MINSEC) * SCALE_UPDATE; in clock()728 time_offset += lltemp; in clock()729 time_adj = -(lltemp * SCALE_PHASE) / hz / SCALE_UPDATE; in clock()731 lltemp = time_offset; in clock()734 lltemp *= (1 << time_constant) / in clock()[all …]