Lines Matching defs:mono
595 * mono time and the TAI offset are not read atomically which may yield wrong
2721 ktime_t offset, mono;
2729 mono = tk->tkr_mono.base;
2734 mono = ktime_add_ns(mono, nsecs);
2743 if (atomic64_try_cmpxchg(&mg_floor, &old, mono)) {
2761 struct timespec64 now, mono;
2768 mono = tk->wall_to_monotonic;
2771 set_normalized_timespec64(ts, now.tv_sec + mono.tv_sec,
2772 now.tv_nsec + mono.tv_nsec);