Searched refs:time_adj (Results 1 – 2 of 2) sorted by relevance
58 long time_adj; /* tick adjust (scaled 1 / HZ) */ variable433 time_adj = -ltemp << (SHIFT_SCALE - SHIFT_HZ - SHIFT_UPDATE); in second_overflow()441 time_adj = ltemp << (SHIFT_SCALE - SHIFT_HZ - SHIFT_UPDATE); in second_overflow()460 time_adj -= -ltemp >> in second_overflow()463 time_adj += ltemp >> in second_overflow()470 if (time_adj < 0) in second_overflow()471 time_adj -= (-time_adj >> 2) + (-time_adj >> 5); in second_overflow()473 time_adj += (time_adj >> 2) + (time_adj >> 5); in second_overflow()503 time_phase += time_adj; in update_wall_time_one_tick()
270 extern long time_adj; /* tick adjust (scaled 1 / HZ) */