Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-diff.c281 double old_period = he->stat.period ?: 1; in compute_ratio() local
285 pair->diff.period_ratio = new_period / old_period; in compute_ratio()
291 u64 old_period = he->stat.period; in compute_wdiff() local
296 old_period * compute_wdiff_w1; in compute_wdiff()
321 double old_period = he->stat.period; in formula_ratio() local
324 return scnprintf(buf, size, "%.0F / %.0F", new_period, old_period); in formula_ratio()
330 u64 old_period = he->stat.period; in formula_wdiff() local
335 new_period, compute_wdiff_w2, old_period, compute_wdiff_w1); in formula_wdiff()
/Linux-v5.4/kernel/sched/
Drt.c2650 int old_period, old_runtime; in sched_rt_handler() local
2655 old_period = sysctl_sched_rt_period; in sched_rt_handler()
2678 sysctl_sched_rt_period = old_period; in sched_rt_handler()
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c2492 u_int old_period; in ahc_set_syncrate() local
2521 old_period = tinfo->curr.period; in ahc_set_syncrate()
2526 && (old_period != period in ahc_set_syncrate()
Daic79xx_core.c3889 u_int old_period; in ahd_set_syncrate() local
3918 old_period = tinfo->curr.period; in ahd_set_syncrate()
3923 && (old_period != period in ahd_set_syncrate()