Searched refs:mono (Results 1 – 1 of 1) sorted by relevance
538 static __always_inline u64 __ktime_get_real_fast(struct tk_fast *tkf, u64 *mono) in __ktime_get_real_fast() argument555 if (mono) in __ktime_get_real_fast()556 *mono = basem + delta; in __ktime_get_real_fast()621 snapshot->real = __ktime_get_real_fast(&tk_fast_mono, &snapshot->mono); in ktime_get_fast_timestamps()622 snapshot->boot = snapshot->mono + ktime_to_ns(data_race(tk->offs_boot)); in ktime_get_fast_timestamps()2266 struct timespec64 now, mono; in ktime_get_coarse_ts64() local2273 mono = tk->wall_to_monotonic; in ktime_get_coarse_ts64()2276 set_normalized_timespec64(ts, now.tv_sec + mono.tv_sec, in ktime_get_coarse_ts64()2277 now.tv_nsec + mono.tv_nsec); in ktime_get_coarse_ts64()