Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_cpu.c136 static int cf_lowest_freq; variable
140 SYSCTL_INT(_debug_cpufreq, OID_AUTO, lowest, CTLFLAG_RWTUN, &cf_lowest_freq, 1,
310 if (level->total_set.freq < cf_lowest_freq) { in cf_set_method()
312 level->total_set.freq, cf_lowest_freq); in cf_set_method()
705 if (lev->total_set.freq < cf_lowest_freq) { in cf_levels_method()