Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c184 bool no_turbo; member
1013 if (READ_ONCE(global.no_turbo)) { in hybrid_get_capacity_perf()
1429 policy->cpuinfo.max_freq = READ_ONCE(global.no_turbo) ? in __intel_pstate_update_max_freq()
1508 int total, no_turbo, turbo_pct; in show_turbo_pct() local
1519 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1520 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct()
1551 return sprintf(buf, "%u\n", global.no_turbo); in show_no_turbo()
1558 bool no_turbo; in store_no_turbo() local
1568 no_turbo = !!clamp_t(int, input, 0, 1); in store_no_turbo()
1571 if (global.turbo_disabled && !no_turbo) { in store_no_turbo()
[all …]
/linux/Documentation/admin-guide/pm/
H A Dintel_pstate.rst304 ``no_turbo`` attribute in ``sysfs`` (described :ref:`below <no_turbo_attr>`) should
481 The value of this attribute is not affected by the ``no_turbo``
497 ``no_turbo``
577 If the ``no_turbo`` :ref:`global attribute <no_turbo_attr>` is set, the driver
581 Accordingly, setting ``no_turbo`` causes ``scaling_max_freq`` and
584 restored after unsetting ``no_turbo``, unless these attributes have been written
585 to after ``no_turbo`` was set.
587 If ``no_turbo`` is not set, the maximum possible value of ``scaling_max_freq``
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c1749 static int no_turbo(void) in adjust_scaling_min_from_base_freq()
1751 return parse_int_file(0, "/sys/devices/system/cpu/intel_pstate/no_turbo"); in set_clx_pbf_cpufreq_scaling_min_max()
1763 if (scaling_max_freq < base_freq || no_turbo()) in set_clx_pbf_cpufreq_scaling_min_max()
2173 if (status && no_turbo()) { in set_fact_for_cpu()
1726 static int no_turbo(void) no_turbo() function