Home
last modified time | relevance | path

Searched refs:get_topo_max_cpus (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/power/x86/intel-speed-select/
Disst-config.c411 int get_topo_max_cpus(void) in get_topo_max_cpus() function
1325 int i, max_cpus = get_topo_max_cpus(); in set_tdp_level_for_cpu()
1533 for (i = 0; i < get_topo_max_cpus(); ++i) { in set_clx_pbf_cpufreq_scaling_min_max()
1601 for (i = 0; i < get_topo_max_cpus(); ++i) { in set_scaling_min_to_cpuinfo_max()
1615 for (i = 0; i < get_topo_max_cpus(); ++i) { in set_scaling_min_to_cpuinfo_min()
1628 for (i = 0; i < get_topo_max_cpus(); ++i) { in set_scaling_max_to_cpuinfo_max()
1661 for (i = 0; i < get_topo_max_cpus(); ++i) { in set_core_priority_and_min()
1998 for (i = 0; i < get_topo_max_cpus(); ++i) { in set_fact_enable()
2028 for (i = 0; i < get_topo_max_cpus(); ++i) { in set_fact_enable()
Disst-daemon.c86 int i, max_cpus = get_topo_max_cpus(); in process_level_change()
Disst.h180 extern int get_topo_max_cpus(void);
Disst-display.c21 for (i = 0; i < get_topo_max_cpus(); ++i) { in printcpulist()
43 int i, max_cpus = get_topo_max_cpus(); in printcpumask()