Searched refs:offs_boot (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/time/ |
| H A D | timekeeping.h | 9 ktime_t *offs_boot,
|
| H A D | timekeeping.c | 270 WRITE_ONCE(tk->offs_boot, ktime_add(tk->offs_boot, delta)); in tk_update_sleep_time() 275 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() 853 [TK_OFFS_BOOT] = &tk_core.timekeeper.offs_boot, 1068 tk_core.timekeeper.offs_boot); in ktime_get_snapshot() 2414 ktime_t t = ktime_sub(tk->offs_real, tk->offs_boot); in getboottime64() 2562 ktime_t *offs_boot, ktime_t *offs_tai) in ktime_get_update_offsets_now() argument 2579 *offs_boot = tk->offs_boot; in ktime_get_update_offsets_now()
|
| H A D | hrtimer.c | 630 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base() local 634 offs_real, offs_boot, offs_tai); in hrtimer_update_base() 637 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
|
| /linux/include/linux/ |
| H A D | timekeeper_internal.h | 149 ktime_t offs_boot; member
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 2347 ktime_t offs_boot; member 2378 vdata->offs_boot = tk->offs_boot; in update_pvclock_gtod() 2386 return ktime_to_ns(ktime_add(ktime_get_raw(), pvclock_gtod_data.offs_boot)); in get_kvmclock_base_ns() 2966 ns += ktime_to_ns(ktime_add(gtod->raw_clock.offset, gtod->offs_boot)); in do_kvmclock_base()
|