Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dsmpboot.c1825 static u64 arch_max_freq_ratio = SCHED_CAPACITY_SCALE; variable
1829 arch_max_freq_ratio = turbo_disabled ? SCHED_CAPACITY_SCALE : in arch_set_max_freq_ratio()
2097 if (check_mul_overflow(mcnt, arch_max_freq_ratio, &mcnt) || !mcnt) in arch_scale_freq_tick()