Searched refs:monotonic_to_boot (Results 1 – 3 of 3) sorted by relevance
53 sec += tk->monotonic_to_boot.tv_sec; in update_vdso_time_data() 54 nsec += (u64)tk->monotonic_to_boot.tv_nsec << tk->tkr_mono.shift; in update_vdso_time_data()
269 tk->monotonic_to_boot = ktime_to_timespec64(tk->offs_boot); in tk_update_sleep_time()
78 * @monotonic_to_boot: CLOCK_MONOTONIC to CLOCK_BOOTTIME offset162 struct timespec64 monotonic_to_boot; member