Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dsmpboot.c1897 static u64 arch_max_freq_ratio = SCHED_CAPACITY_SCALE; variable
1901 arch_max_freq_ratio = turbo_disabled ? SCHED_CAPACITY_SCALE : in arch_set_max_freq_ratio()
2197 …mated ratio of average max frequency by base frequency (times 1024): %llu\n", arch_max_freq_ratio); in init_freq_invariance()
2250 if (check_mul_overflow(mcnt, arch_max_freq_ratio, &mcnt) || !mcnt) in arch_scale_freq_tick()

Completed in 8 milliseconds