Lines Matching refs:offs_real
215 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()
220 WRITE_ONCE(tk->offs_tai, ktime_add(tk->offs_real, ktime_set(tk->tai_offset, 0))); in tk_set_wall_to_mono()
554 tkr_dummy.base_real = tkr->base + tk->offs_real; in halt_fast_timekeeper()
607 tk->next_leap_ktime = ktime_sub(tk->next_leap_ktime, tk->offs_real); in tk_update_leap_state()
690 tk->tkr_mono.base_real = tk->tkr_mono.base + tk->offs_real; in timekeeping_update_from_shadow()
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()
1490 tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tai_offset, 0)); in __timekeeping_set_tai_offset()
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()
2418 ktime_t ktime_get_update_offsets_now(unsigned int *cwsseq, ktime_t *offs_real, in ktime_get_update_offsets_now() argument
2435 *offs_real = tk->offs_real; in ktime_get_update_offsets_now()
2442 *offs_real = ktime_sub(tk->offs_real, ktime_set(1, 0)); in ktime_get_update_offsets_now()