Home
last modified time | relevance | path

Searched refs:offs_real (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/kernel/time/
H A Dtimekeeping.c215 WARN_ON_ONCE(tk->offs_real != timespec64_to_ktime(tmp)); in tk_set_wall_to_mono()
219 WRITE_ONCE(tk->offs_real, timespec64_to_ktime(tmp)); in tk_set_wall_to_mono()
554 tkr_dummy.base_real = tkr->base + tk->offs_real; in halt_fast_timekeeper()
804 [TK_OFFS_REAL] = &tk_core.timekeeper.offs_real,
1013 tk_core.timekeeper.offs_real); in ktime_get_snapshot()
1306 tk_core.timekeeper.offs_real); in get_device_system_crosststamp()
2271 ktime_t t = ktime_sub(tk->offs_real, tk->offs_boot); in getboottime64()
2309 offset = tk_core.timekeeper.offs_real; in ktime_get_coarse_real_ts64_mg()
2351 offset = tk_core.timekeeper.offs_real; in ktime_get_real_ts64_mg()
2435 *offs_real = tk->offs_real; in ktime_get_update_offsets_now()
[all …]
H A Dtimekeeping.h8 ktime_t *offs_real,
H A Dhrtimer.c636 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base() local
641 offs_real, offs_boot, offs_tai); in hrtimer_update_base()
643 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
/linux-6.15/include/linux/
H A Dtimekeeper_internal.h122 ktime_t offs_real; member