Searched refs:old_cyc (Results 1 – 1 of 1) sorted by relevance
363 uint64_t fc, total_cyc, old_cyc; in pt_time_adjust_cyc() local392 old_cyc = (fc << pt_tcal_fcr_shr) / fcr; in pt_time_adjust_cyc()401 if (total_cyc < old_cyc) in pt_time_adjust_cyc()402 total_cyc = old_cyc; in pt_time_adjust_cyc()404 *cyc = total_cyc - old_cyc; in pt_time_adjust_cyc()