Searched refs:no_turbo (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/cpufreq/ |
D | intel_pstate.c | 186 bool no_turbo; member 715 if (global.no_turbo) in intel_pstate_get_hwp_max() 873 int total, no_turbo, turbo_pct; in show_turbo_pct() local 886 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct() 887 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct() 932 ret = sprintf(buf, "%u\n", global.no_turbo); in show_no_turbo() 966 global.no_turbo = clamp_t(int, input, 0, 1); in store_no_turbo() 968 if (global.no_turbo) { in store_no_turbo() 1075 define_one_global_rw(no_turbo); 1084 &no_turbo.attr, [all …]
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | intel_pstate.rst | 283 ``no_turbo`` attribute in ``sysfs`` (described `below <no_turbo_attr_>`_) should 355 The value of this attribute is not affected by the ``no_turbo`` 368 ``no_turbo`` 440 If the ``no_turbo`` `global attribute <no_turbo_attr_>`_ is set, the driver is 443 Accordingly, setting ``no_turbo`` causes ``scaling_max_freq`` and 446 restored after unsetting ``no_turbo``, unless these attributes have been written 447 to after ``no_turbo`` was set. 449 If ``no_turbo`` is not set, the maximum possible value of ``scaling_max_freq``
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 303 /sys/devices/system/cpu/intel_pstate/no_turbo 319 no_turbo: limits the driver to selecting P states below the turbo
|