Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/
Dsmpboot.c1835 static u64 arch_max_freq_ratio = SCHED_CAPACITY_SCALE; variable
1839 arch_max_freq_ratio = turbo_disabled ? SCHED_CAPACITY_SCALE : in arch_set_max_freq_ratio()
2135 …mated ratio of average max frequency by base frequency (times 1024): %llu\n", arch_max_freq_ratio); in init_freq_invariance()
2188 if (check_mul_overflow(mcnt, arch_max_freq_ratio, &mcnt) || !mcnt) in arch_scale_freq_tick()