Home
last modified time | relevance | path

Searched refs:tod_steering_end (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/s390/kernel/
H A Dtime.c72 static unsigned long tod_steering_end; variable
84 tod_steering_end = tod_clock_base.tod; in time_early_init()
85 vdso_k_time_data->arch_data.tod_steering_end = tod_steering_end; in time_early_init()
233 adj = tod_steering_end - now; in read_tod_clock()
379 adj = tod_steering_end - now; in clock_sync_global()
388 tod_steering_end = now + (abs(tod_steering_delta) << 15); in clock_sync_global()
389 vdso_k_time_data->arch_data.tod_steering_end = tod_steering_end; in clock_sync_global()
/linux-6.15/arch/s390/include/asm/vdso/
H A Dtime_data.h9 __u64 tod_steering_end; member
H A Dgettimeofday.h22 adj = vd->arch_data.tod_steering_end - now; in __arch_get_hw_counter()