Searched refs:usecoffset (Results 1 – 1 of 1) sorted by relevance
1044 register long usecoffset; in adjust_clock() local1071 usecoffset = offset->tv_sec * 1000000 + offset->tv_usec; in adjust_clock()1073 clock_adjust = R_SHIFT(usecoffset, TIMECONSTANT); /* adjustment to make for next period */ in adjust_clock()1082 accum_drift += R_SHIFT(usecoffset << USECSCALE, TIMECONSTANT+TIMECONSTANT+FREQ_WEIGHT-tmp); in adjust_clock()1090 update_drift(drift_file, usecoffset, reftime); in adjust_clock()