Searched refs:tod_steering_end (Results 1 – 3 of 3) sorted by relevance
77 static unsigned long long tod_steering_end; variable89 tod_steering_end = *(unsigned long long *) &tod_clock_base[1]; in time_early_init()90 vdso_data->arch_data.tod_steering_end = tod_steering_end; in time_early_init()242 adj = tod_steering_end - now; in read_tod_clock()390 adj = tod_steering_end - now; in clock_sync_global()399 tod_steering_end = now + (abs(tod_steering_delta) << 15); in clock_sync_global()400 vdso_data->arch_data.tod_steering_end = tod_steering_end; in clock_sync_global()
10 __u64 tod_steering_end; member
31 adj = vdso->arch_data.tod_steering_end - now; in __arch_get_hw_counter()