Searched refs:maxshift (Results 1 – 1 of 1) sorted by relevance
1349 int shift = 0, maxshift; in update_wall_time() local1381 maxshift = (64 - (ilog2(ntp_tick_length())+1)) - 1; in update_wall_time()1382 shift = min(shift, maxshift); in update_wall_time()