Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A Dtimekeeping.h9 ktime_t *offs_boot,
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()
536 return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_boot))); in ktime_get_boot_fast_ns()
638 snapshot->boot = snapshot->mono + ktime_to_ns(data_race(tk->offs_boot)); in ktime_get_fast_timestamps()
875 [TK_OFFS_BOOT] = &tk_core.timekeeper.offs_boot,
2249 ktime_t t = ktime_sub(tk->offs_real, tk->offs_boot); in getboottime64()
2309 ktime_t *offs_boot, ktime_t *offs_tai) in ktime_get_update_offsets_now() argument
2326 *offs_boot = tk->offs_boot; in ktime_get_update_offsets_now()
A Dhrtimer.c628 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base() local
632 offs_real, offs_boot, offs_tai); in hrtimer_update_base()
635 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
/linux-6.3-rc2/include/linux/
A Dtimekeeper_internal.h99 ktime_t offs_boot; member
/linux-6.3-rc2/arch/x86/kvm/
A Dx86.c2215 ktime_t offs_boot; member
2246 vdata->offs_boot = tk->offs_boot; in update_pvclock_gtod()
2254 return ktime_to_ns(ktime_add(ktime_get_raw(), pvclock_gtod_data.offs_boot)); in get_kvmclock_base_ns()
2814 ns += ktime_to_ns(ktime_add(gtod->raw_clock.offset, gtod->offs_boot)); in do_monotonic_raw()

Completed in 41 milliseconds