Searched refs:tod_steering_delta (Results 1 – 1 of 1) sorted by relevance
75 static long long tod_steering_delta; variable256 now += (tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in read_tod_clock()447 tod_steering_delta = (tod_steering_delta < 0) ? in clock_sync_global()449 tod_steering_delta += delta; in clock_sync_global()450 if ((abs(tod_steering_delta) >> 48) != 0) in clock_sync_global()452 tod_steering_delta); in clock_sync_global()453 tod_steering_end = now + (abs(tod_steering_delta) << 15); in clock_sync_global()454 vdso_data->ts_dir = (tod_steering_delta < 0) ? 0 : 1; in clock_sync_global()