Searched refs:ADJTIME_CORRECTION_FACTOR (Results 1 – 2 of 2) sorted by relevance
61 #define ADJTIME_CORRECTION_FACTOR 6 in adjust_boot_time() macro73 …int64_t correction = (since_boot >> ADJTIME_CORRECTION_FACTOR) - (s_adjtime_start_us >> ADJTIME_CO… in adjust_boot_time()
243 #define ADJTIME_CORRECTION_FACTOR 6 macro273 int64_t calc_correction_us = dt_real_time_us >> ADJTIME_CORRECTION_FACTOR; in calc_correction()