Lines Matching refs:cycle_last
275 tk->tkr_mono.cycle_last = tk_clock_read(&tk->tkr_mono); in tk_setup_internals()
279 tk->tkr_raw.cycle_last = tk->tkr_mono.cycle_last; in tk_setup_internals()
337 u64 mask = tkr->mask, delta = (cycles - tkr->cycle_last) & mask; in timekeeping_cycles_to_ns()
722 delta = clocksource_delta(cycle_now, tk->tkr_mono.cycle_last, tk->tkr_mono.mask, in timekeeping_forward_now()
724 tk->tkr_mono.cycle_last = cycle_now; in timekeeping_forward_now()
725 tk->tkr_raw.cycle_last = cycle_now; in timekeeping_forward_now()
1231 *cycles = tk->tkr_mono.cycle_last + delta; in ktime_real_to_base_clock()
1295 interval_start = tk->tkr_mono.cycle_last; in get_device_system_crosststamp()
1858 tks->tkr_mono.cycle_last = cycle_now; in timekeeping_resume()
1859 tks->tkr_raw.cycle_last = cycle_now; in timekeeping_resume()
1905 cycle_now = tks->tkr_mono.cycle_last; in timekeeping_suspend()
2158 tk->tkr_mono.cycle_last += interval; in logarithmic_accumulation()
2159 tk->tkr_raw.cycle_last += interval; in logarithmic_accumulation()
2199 tk->tkr_mono.cycle_last, tk->tkr_mono.mask, in timekeeping_advance()