Lines Matching defs:now
243 u64 now, last, mask, max, delta;
255 now = tk_clock_read(tkr);
261 delta = clocksource_delta(now, last, mask);
446 u64 now;
451 now = ktime_to_ns(tkr->base);
452 now += fast_tk_get_delta_ns(tkr);
455 return now;
464 * now = base_mono + clock_delta * slope
733 * nsec = (xtime_sec + wtm_sec) * 1e9 + wtm_nsec + now();
735 * nsec = base_mono + now();
1063 u64 now;
1069 now = tk_clock_read(&tk->tkr_mono);
1076 nsec_real = timekeeping_cycles_to_ns(&tk->tkr_mono, now);
1077 nsec_raw = timekeeping_cycles_to_ns(&tk->tkr_raw, now);
1080 systime_snapshot->cycles = now;
1217 u64 cycles, now, interval_start;
1249 now = tk_clock_read(&tk->tkr_mono);
1251 if (!timestamp_in_interval(interval_start, now, cycles)) {
1943 * To keep things simple, lets assume mult_adj == 1 for now.
1961 * now = (offset * adj) + xtime_nsec
1968 * now = (offset * adj_1) + xtime_nsec_1
1969 * now = (offset * adj_2) + xtime_nsec_2
2271 struct timespec64 now, mono;
2277 now = tk_xtime(tk);
2281 set_normalized_timespec64(ts, now.tv_sec + mono.tv_sec,
2282 now.tv_nsec + mono.tv_nsec);