Searched refs:mono (Results 1 – 1 of 1) sorted by relevance
557 static __always_inline u64 __ktime_get_real_fast(struct tk_fast *tkf, u64 *mono) in __ktime_get_real_fast() argument571 if (mono) in __ktime_get_real_fast()572 *mono = basem + delta; in __ktime_get_real_fast()637 snapshot->real = __ktime_get_real_fast(&tk_fast_mono, &snapshot->mono); in ktime_get_fast_timestamps()638 snapshot->boot = snapshot->mono + ktime_to_ns(data_race(tk->offs_boot)); in ktime_get_fast_timestamps()2280 struct timespec64 now, mono; in ktime_get_coarse_ts64() local2287 mono = tk->wall_to_monotonic; in ktime_get_coarse_ts64()2290 set_normalized_timespec64(ts, now.tv_sec + mono.tv_sec, in ktime_get_coarse_ts64()2291 now.tv_nsec + mono.tv_nsec); in ktime_get_coarse_ts64()