Home
last modified time | relevance | path

Searched refs:no_turbo (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c175 * @no_turbo: Whether or not to use turbo P-states.
187 bool no_turbo; member
827 if (global.no_turbo || global.turbo_disabled) in intel_pstate_get_hwp_max()
1081 int total, no_turbo, turbo_pct; in show_turbo_pct() local
1094 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1095 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct()
1140 ret = sprintf(buf, "%u\n", global.no_turbo); in show_no_turbo()
1174 global.no_turbo = clamp_t(int, input, 0, 1); in store_no_turbo()
1176 if (global.no_turbo) { in store_no_turbo()
1355 define_one_global_rw(no_turbo); variable
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c170 * @no_turbo: Whether or not to use turbo P-states.
182 bool no_turbo; member
1238 int total, no_turbo, turbo_pct; in show_turbo_pct() local
1251 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1252 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct()
1297 ret = sprintf(buf, "%u\n", global.no_turbo); in show_no_turbo()
1331 global.no_turbo = clamp_t(int, input, 0, 1); in store_no_turbo()
1333 if (global.no_turbo) { in store_no_turbo()
1345 arch_set_max_freq_ratio(global.no_turbo); in store_no_turbo()
1511 define_one_global_rw(no_turbo); variable
[all...]
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-config.c1635 static int no_turbo(void) in no_turbo() function
1637 return parse_int_file(0, "/sys/devices/system/cpu/intel_pstate/no_turbo"); in no_turbo()
1646 if (scaling_max_freq < base_freq || no_turbo()) in adjust_scaling_max_from_base_freq()
2053 if (status && no_turbo()) { in set_fact_for_cpu()
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H A Disst-config.c1445 static int no_turbo(void) in no_turbo() function
1447 return parse_int_file(0, "/sys/devices/system/cpu/intel_pstate/no_turbo"); in no_turbo()
1456 if (scaling_max_freq < base_freq || no_turbo()) in adjust_scaling_max_from_base_freq()

Completed in 18 milliseconds