Lines Matching refs:now
243 u64 now, last, mask, max, delta; in timekeeping_get_delta() local
255 now = tk_clock_read(tkr); in timekeeping_get_delta()
261 delta = clocksource_delta(now, last, mask); in timekeeping_get_delta()
446 u64 now; in __ktime_get_fast_ns() local
451 now = ktime_to_ns(tkr->base); in __ktime_get_fast_ns()
452 now += fast_tk_get_delta_ns(tkr); in __ktime_get_fast_ns()
455 return now; in __ktime_get_fast_ns()
1065 u64 now; in ktime_get_snapshot() local
1071 now = tk_clock_read(&tk->tkr_mono); in ktime_get_snapshot()
1080 nsec_real = timekeeping_cycles_to_ns(&tk->tkr_mono, now); in ktime_get_snapshot()
1081 nsec_raw = timekeeping_cycles_to_ns(&tk->tkr_raw, now); in ktime_get_snapshot()
1086 systime_snapshot->cycles = now; in ktime_get_snapshot()
1224 u64 cycles, now, interval_start; in get_device_system_crosststamp() local
1256 now = tk_clock_read(&tk->tkr_mono); in get_device_system_crosststamp()
1258 if (!cycle_between(interval_start, cycles, now)) { in get_device_system_crosststamp()
2280 struct timespec64 now, mono; in ktime_get_coarse_ts64() local
2286 now = tk_xtime(tk); 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()