Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Daperfmperf.c88 static u64 arch_max_freq_ratio = SCHED_CAPACITY_SCALE; variable
92 arch_max_freq_ratio = turbo_disabled ? SCHED_CAPACITY_SCALE : in arch_set_max_freq_ratio()
312 …mated ratio of average max frequency by base frequency (times 1024): %llu\n", arch_max_freq_ratio); in freq_invariance_enable()
360 if (check_mul_overflow(mcnt, arch_max_freq_ratio, &mcnt) || !mcnt) in scale_freq_tick()