Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-diff.c292 double old_period = he->stat.period ?: 1; in compute_ratio() local
296 pair->diff.period_ratio = new_period / old_period; in compute_ratio()
302 u64 old_period = he->stat.period; in compute_wdiff() local
307 old_period * compute_wdiff_w1; in compute_wdiff()
332 double old_period = he->stat.period; in formula_ratio() local
335 return scnprintf(buf, size, "%.0F / %.0F", new_period, old_period); in formula_ratio()
341 u64 old_period = he->stat.period; in formula_wdiff() local
346 new_period, compute_wdiff_w2, old_period, compute_wdiff_w1); in formula_wdiff()
/linux/kernel/sched/
H A Drt.c2859 int old_period, old_runtime; in sched_rt_handler() local
2865 old_period = sysctl_sched_rt_period; in sched_rt_handler()
2888 sysctl_sched_rt_period = old_period; in sched_rt_handler()
/linux/drivers/md/dm-vdo/
H A Dblock-map.c2041 sequence_number_t old_period, in add_to_dirty_lists() argument
2046 if ((old_period == new_period) || ((old_period != 0) && (old_period < new_period))) in add_to_dirty_lists()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c7581 uint old_period, new_period; in set_nx_huge_pages_recovery_param() local
7587 was_recovery_enabled = calc_nx_huge_pages_recovery_period(&old_period); in set_nx_huge_pages_recovery_param()
7596 (!was_recovery_enabled || old_period > new_period)) { in set_nx_huge_pages_recovery_param()
/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()