Home
last modified time | relevance | path

Searched refs:old_period (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-diff.c290 double old_period = he->stat.period ?: 1; in compute_ratio() local
294 pair->diff.period_ratio = new_period / old_period; in compute_ratio()
300 u64 old_period = he->stat.period; in compute_wdiff() local
305 old_period * compute_wdiff_w1; in compute_wdiff()
330 double old_period = he->stat.period; in formula_ratio() local
333 return scnprintf(buf, size, "%.0F / %.0F", new_period, old_period); in formula_ratio()
339 u64 old_period = he->stat.period; in formula_wdiff() local
344 new_period, compute_wdiff_w2, old_period, compute_wdiff_w1); in formula_wdiff()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2474 u_int old_period; in ahc_set_syncrate() local
2503 old_period = tinfo->curr.period; in ahc_set_syncrate()
2508 && (old_period != period in ahc_set_syncrate()
H A Daic79xx_core.c3861 u_int old_period; in ahd_set_syncrate() local
3890 old_period = tinfo->curr.period; in ahd_set_syncrate()
3895 && (old_period != period in ahd_set_syncrate()