Searched refs:no_turbo (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/cpufreq/ |
D | intel_pstate.c | 144 int no_turbo; member 157 .no_turbo = 0, 275 if (limits.no_turbo) { in intel_pstate_hwp_set() 350 int total, no_turbo, turbo_pct; in show_turbo_pct() local 356 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct() 357 turbo_fp = div_fp(int_tofp(no_turbo), int_tofp(total)); in show_turbo_pct() 382 ret = sprintf(buf, "%u\n", limits.no_turbo); in show_no_turbo() 403 limits.no_turbo = clamp_t(int, input, 0, 1); in store_no_turbo() 452 define_one_global_rw(no_turbo); 459 &no_turbo.attr, [all …]
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | intel-pstate.txt | 30 available (P states) performance may be reduced by the no_turbo 37 no_turbo: limits the driver to selecting P states below the turbo
|
/linux-4.1.27/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
|