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

/linux-master/kernel/time/
H A Dtimekeeping.h9 ktime_t *offs_boot,
H A Dtimekeeping.c170 tk->offs_boot = ktime_add(tk->offs_boot, delta);
175 tk->monotonic_to_boot = ktime_to_timespec64(tk->offs_boot);
525 * (2) On 32-bit systems, the 64-bit boot offset (tk->offs_boot) may be
526 * partially updated. Since the tk->offs_boot update is a rare event, this
536 return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_boot)));
638 snapshot->boot = snapshot->mono + ktime_to_ns(data_race(tk->offs_boot));
875 [TK_OFFS_BOOT] = &tk_core.timekeeper.offs_boot,
2250 ktime_t t = ktime_sub(tk->offs_real, tk->offs_boot);
2300 * @offs_boot
2309 ktime_get_update_offsets_now(unsigned int *cwsseq, ktime_t *offs_real, ktime_t *offs_boot, ktime_t *offs_tai) argument
[all...]
H A Dhrtimer.c631 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; local
635 offs_real, offs_boot, offs_tai);
638 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot;
/linux-master/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 in struct:timekeeper
/linux-master/arch/x86/kvm/
H A Dx86.c2264 ktime_t offs_boot; member in struct:pvclock_gtod_data
2295 vdata->offs_boot = tk->offs_boot;
2303 return ktime_to_ns(ktime_add(ktime_get_raw(), pvclock_gtod_data.offs_boot));
2862 * frequency of CLOCK_MONOTONIC_RAW (hence adding gtos->offs_boot).
2876 ns += ktime_to_ns(ktime_add(gtod->raw_clock.offset, gtod->offs_boot));

Completed in 168 milliseconds