Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtime.c78 static long long tod_steering_delta; variable
250 now += (tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in read_tod_clock()
393 tod_steering_delta = (tod_steering_delta < 0) ? in clock_sync_global()
395 tod_steering_delta += delta; in clock_sync_global()
396 if ((abs(tod_steering_delta) >> 48) != 0) in clock_sync_global()
398 tod_steering_delta); in clock_sync_global()
399 tod_steering_end = now + (abs(tod_steering_delta) << 15); in clock_sync_global()
401 vdso_data->arch_data.tod_steering_delta = tod_steering_delta; in clock_sync_global()
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtime.c74 static long tod_steering_delta; variable
244 now += (tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in read_tod_clock()
385 tod_steering_delta = (tod_steering_delta < 0) ? in clock_sync_global()
387 tod_steering_delta += delta; in clock_sync_global()
388 if ((abs(tod_steering_delta) >> 48) != 0) in clock_sync_global()
390 tod_steering_delta); in clock_sync_global()
391 tod_steering_end = now + (abs(tod_steering_delta) << 15); in clock_sync_global()
394 vdso_data[cs].arch_data.tod_steering_delta = tod_steering_delta; in clock_sync_global()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/vdso/
H A Ddata.h9 __s64 tod_steering_delta; member
H A Dgettimeofday.h33 now += (vdso->arch_data.tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in __arch_get_hw_counter()
/kernel/linux/linux-6.6/arch/s390/include/asm/vdso/
H A Ddata.h9 __s64 tod_steering_delta; member
H A Dgettimeofday.h32 now += (vd->arch_data.tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in __arch_get_hw_counter()

Completed in 4 milliseconds