Searched refs:no_turbo (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 148 int no_turbo; member 161 .no_turbo = 0, 174 .no_turbo = 0, 304 if (limits->no_turbo) { in intel_pstate_hwp_set() 380 int total, no_turbo, turbo_pct; in show_turbo_pct() local 386 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct() 387 turbo_fp = div_fp(int_tofp(no_turbo), int_tofp(total)); in show_turbo_pct() 412 ret = sprintf(buf, "%u\n", limits->no_turbo); in show_no_turbo() 433 limits->no_turbo = clamp_t(int, input, 0, 1); in store_no_turbo() 494 define_one_global_rw(no_turbo); [all …]
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | intel-pstate.txt | 31 available (P states) performance may be reduced by the no_turbo 38 no_turbo: limits the driver to selecting P states below the turbo
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 207 /sys/devices/system/cpu/intel_pstate/no_turbo 223 no_turbo: limits the driver to selecting P states below the turbo
|