Lines Matching defs:offs_boot
266 WRITE_ONCE(tk->offs_boot, ktime_add(tk->offs_boot, delta));
271 tk->monotonic_to_boot = ktime_to_timespec64(tk->offs_boot);
570 * (2) On 32-bit systems, the 64-bit boot offset (tk->offs_boot) may be
571 * partially updated. Since the tk->offs_boot update is a rare event, this
581 return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_boot)));
994 [TK_OFFS_BOOT] = &tk_core.timekeeper.offs_boot,
1211 tk_core.timekeeper.offs_boot);
2569 ktime_t t = ktime_sub(tk->offs_real, tk->offs_boot);
2707 * @offs_boot: pointer to storage for monotonic -> boottime offset
2717 ktime_t *offs_boot, ktime_t *offs_tai)
2734 *offs_boot = tk->offs_boot;