Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
Dtime.c74 static long tod_steering_delta; variable
239 now += (tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in read_tod_clock()
380 tod_steering_delta = (tod_steering_delta < 0) ? in clock_sync_global()
382 tod_steering_delta += delta; in clock_sync_global()
383 if ((abs(tod_steering_delta) >> 48) != 0) in clock_sync_global()
385 tod_steering_delta); in clock_sync_global()
386 tod_steering_end = now + (abs(tod_steering_delta) << 15); in clock_sync_global()
389 vdso_data[cs].arch_data.tod_steering_delta = tod_steering_delta; in clock_sync_global()
/linux-6.1.9/arch/s390/include/asm/vdso/
Ddata.h9 __s64 tod_steering_delta; member
Dgettimeofday.h32 now += (vd->arch_data.tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in __arch_get_hw_counter()