Home
last modified time | relevance | path

Searched refs:offs_boot (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/time/
H A Dtimekeeping.h9 ktime_t *offs_boot,
H A Dtimekeeping.c170 tk->offs_boot = ktime_add(tk->offs_boot, delta); in tk_update_sleep_time()
175 tk->monotonic_to_boot = ktime_to_timespec64(tk->offs_boot); in tk_update_sleep_time()
533 return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_boot))); in ktime_get_boot_fast_ns()
635 snapshot->boot = snapshot->mono + ktime_to_ns(data_race(tk->offs_boot)); in ktime_get_fast_timestamps()
877 [TK_OFFS_BOOT] = &tk_core.timekeeper.offs_boot,
2378 ktime_t t = ktime_sub(tk->offs_real, tk->offs_boot); in getboottime64()
2438 ktime_t *offs_boot, ktime_t *offs_tai) in ktime_get_update_offsets_now() argument
2455 *offs_boot = tk->offs_boot; in ktime_get_update_offsets_now()
H A Dhrtimer.c631 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base() local
635 offs_real, offs_boot, offs_tai); in hrtimer_update_base()
638 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
/linux/include/linux/
H A Dtimekeeper_internal.h53 * @offs_boot: Offset clock monotonic -> clock boottime
89 * @monotonic_to_boottime is a timespec64 representation of @offs_boot to
99 ktime_t offs_boot; member
/linux/arch/x86/kvm/
H A Dx86.c2263 ktime_t offs_boot; member
2294 vdata->offs_boot = tk->offs_boot; in update_pvclock_gtod()
2302 return ktime_to_ns(ktime_add(ktime_get_raw(), pvclock_gtod_data.offs_boot)); in get_kvmclock_base_ns()
2875 ns += ktime_to_ns(ktime_add(gtod->raw_clock.offset, gtod->offs_boot)); in do_kvmclock_base()