Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dvsyscall.c54 sec += tk->monotonic_to_boot.tv_sec; in update_vdso_time_data()
55 nsec += (u64)tk->monotonic_to_boot.tv_nsec << tk->tkr_mono.shift; in update_vdso_time_data()
H A Dtimekeeping.c231 tk->monotonic_to_boot = ktime_to_timespec64(tk->offs_boot); in tk_update_sleep_time()
/linux-6.15/include/linux/
H A Dtimekeeper_internal.h135 struct timespec64 monotonic_to_boot; member