Home
last modified time | relevance | path

Searched refs:tod_steering_end (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtime.c77 static unsigned long long tod_steering_end; variable
89 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()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtime.c73 static unsigned long tod_steering_end; variable
86 tod_steering_end = tod_clock_base.tod; in time_early_init()
88 vdso_data[cs].arch_data.tod_steering_end = tod_steering_end; in time_early_init()
236 adj = tod_steering_end - now; in read_tod_clock()
382 adj = tod_steering_end - now; in clock_sync_global()
391 tod_steering_end = now + (abs(tod_steering_delta) << 15); in clock_sync_global()
393 vdso_data[cs].arch_data.tod_steering_end = tod_steering_end; in clock_sync_global()
/kernel/linux/linux-5.10/arch/s390/include/asm/vdso/
H A Ddata.h10 __u64 tod_steering_end; member
H A Dgettimeofday.h31 adj = vdso->arch_data.tod_steering_end - now; in __arch_get_hw_counter()
/kernel/linux/linux-6.6/arch/s390/include/asm/vdso/
H A Ddata.h10 __u64 tod_steering_end; member
H A Dgettimeofday.h30 adj = vd->arch_data.tod_steering_end - now; in __arch_get_hw_counter()

Completed in 4 milliseconds