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

/linux-master/include/linux/
H A Dtimekeeper_internal.h60 * @monotonic_to_boot: CLOCK_MONOTONIC to CLOCK_BOOTTIME offset
106 struct timespec64 monotonic_to_boot; member in struct:timekeeper
/linux-master/kernel/time/
H A Dvsyscall.c48 sec += tk->monotonic_to_boot.tv_sec;
49 nsec += (u64)tk->monotonic_to_boot.tv_nsec << tk->tkr_mono.shift;
H A Dtimekeeping.c175 tk->monotonic_to_boot = ktime_to_timespec64(tk->offs_boot);

Completed in 135 milliseconds