Searched refs:old_period (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/tools/perf/
H A Dbuiltin-diff.c239 double old_period = he->stat.period ?: 1; compute_ratio() local
243 pair->diff.period_ratio = new_period / old_period; compute_ratio()
249 u64 old_period = he->stat.period; compute_wdiff() local
254 old_period * compute_wdiff_w1; compute_wdiff()
279 double old_period = he->stat.period; formula_ratio() local
282 return scnprintf(buf, size, "%.0F / %.0F", new_period, old_period); formula_ratio()
288 u64 old_period = he->stat.period; formula_wdiff() local
293 new_period, compute_wdiff_w2, old_period, compute_wdiff_w1); formula_wdiff()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2499 u_int old_period; ahc_set_syncrate() local
2528 old_period = tinfo->curr.period; ahc_set_syncrate()
2533 && (old_period != period ahc_set_syncrate()
H A Daic79xx_core.c3895 u_int old_period; ahd_set_syncrate() local
3924 old_period = tinfo->curr.period; ahd_set_syncrate()
3929 && (old_period != period ahd_set_syncrate()
/linux-4.1.27/kernel/sched/
H A Dcore.c7901 int old_period, old_runtime; sched_rt_handler() local
7906 old_period = sysctl_sched_rt_period; sched_rt_handler()
7929 sysctl_sched_rt_period = old_period; sched_rt_handler()

Completed in 254 milliseconds