Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtimekeeping.c141 WARN_ON_ONCE(tk->offs_real != timespec64_to_ktime(tmp)); in tk_set_wall_to_mono()
144 tk->offs_real = timespec64_to_ktime(tmp); in tk_set_wall_to_mono()
145 tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tk->tai_offset, 0)); in tk_set_wall_to_mono()
562 tkr_dummy.base_real = tkr->base + tk->offs_real; in halt_fast_timekeeper()
621 tk->next_leap_ktime = ktime_sub(tk->next_leap_ktime, tk->offs_real); in tk_update_leap_state()
671 tk->tkr_mono.base_real = tk->tkr_mono.base + tk->offs_real; in timekeeping_update()
782 [TK_OFFS_REAL] = &tk_core.timekeeper.offs_real,
981 tk_core.timekeeper.offs_real); in ktime_get_snapshot()
1167 tk_core.timekeeper.offs_real); in get_device_system_crosststamp()
1361 tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tai_offset, 0)); in __timekeeping_set_tai_offset()
[all …]
Dtimekeeping.h8 ktime_t *offs_real,
Dhrtimer.c583 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base() local
588 offs_real, offs_boot, offs_tai); in hrtimer_update_base()
590 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
/Linux-v4.19/include/linux/
Dtimekeeper_internal.h94 ktime_t offs_real; member