Searched refs:min_perf_pct (Results 1 – 3 of 3) sorted by relevance
190 int min_perf_pct; member1074 if (global.min_perf_pct > pct) in store_no_turbo()1075 global.min_perf_pct = pct; in store_no_turbo()1114 perf_pct = global.min_perf_pct; in update_qos_request()1147 global.max_perf_pct = clamp_t(int, input, global.min_perf_pct, 100); in store_max_perf_pct()1180 global.min_perf_pct = clamp_t(int, input, in store_min_perf_pct()1221 show_one(min_perf_pct, min_perf_pct);1226 define_one_global_rw(min_perf_pct);1267 rc = sysfs_create_file(intel_pstate_kobject, &min_perf_pct.attr); in intel_pstate_sysfs_expose_params()2081 global_min = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100); in intel_pstate_update_perf_limits()[all …]
310 /sys/devices/system/cpu/intel_pstate/min_perf_pct324 min_perf_pct: limits the minimum P state that will be requested by
343 ``min_perf_pct``489 the ``max_perf_pct`` and ``min_perf_pct`` `global attributes520 is passed to the kernel, ``max_perf_pct`` and ``min_perf_pct`` are not exposed