Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c154 uint32_t old_period, bool period_change) in periodic_timer_update() argument
176 if (old_period && period_change) { in periodic_timer_update()
181 last_periodic_clock = next_periodic_clock - old_period; in periodic_timer_update()
203 lost_clock += old_irq_coalesced * old_period; in periodic_timer_update()
207 old_period != s->period) { in periodic_timer_update()
210 s->irq_coalesced, old_period, s->period); in periodic_timer_update()
436 uint32_t old_period; in cmos_ioport_write() local
471 old_period = rtc_periodic_clock_ticks(s); in cmos_ioport_write()
498 old_period, true); in cmos_ioport_write()
506 old_period = rtc_periodic_clock_ticks(s); in cmos_ioport_write()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c291 double old_period = he->stat.period ?: 1; in compute_ratio() local
295 pair->diff.period_ratio = new_period / old_period; in compute_ratio()
301 u64 old_period = he->stat.period; in compute_wdiff() local
306 old_period * compute_wdiff_w1; in compute_wdiff()
331 double old_period = he->stat.period; in formula_ratio() local
334 return scnprintf(buf, size, "%.0F / %.0F", new_period, old_period); in formula_ratio()
340 u64 old_period = he->stat.period; in formula_wdiff() local
345 new_period, compute_wdiff_w2, old_period, compute_wdiff_w1); in formula_wdiff()
/openbmc/linux/kernel/sched/
H A Drt.c3009 int old_period, old_runtime; in sched_rt_handler() local
3014 old_period = sysctl_sched_rt_period; in sched_rt_handler()
3037 sysctl_sched_rt_period = old_period; in sched_rt_handler()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c6987 uint old_period, new_period; in set_nx_huge_pages_recovery_param() local
6993 was_recovery_enabled = calc_nx_huge_pages_recovery_period(&old_period); in set_nx_huge_pages_recovery_param()
7002 (!was_recovery_enabled || old_period > new_period)) { in set_nx_huge_pages_recovery_param()
/openbmc/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()