Home
last modified time | relevance | path

Searched refs:offs_boot (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
H A Dtimekeeping.h9 ktime_t *offs_boot,
H A Dtimekeeping.c270 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()
/linux/include/linux/
H A Dtimekeeper_internal.h149 ktime_t offs_boot; member