Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/time/
Dvsyscall.c48 sec += tk->monotonic_to_boot.tv_sec; in update_vdso_data()
49 nsec += (u64)tk->monotonic_to_boot.tv_nsec << tk->tkr_mono.shift; in update_vdso_data()
Dtimekeeping.c173 tk->monotonic_to_boot = ktime_to_timespec64(tk->offs_boot); in tk_update_sleep_time()
/Linux-v5.10/include/linux/
Dtimekeeper_internal.h106 struct timespec64 monotonic_to_boot; member