topo_max_cpus      30 tools/power/x86/intel-speed-select/isst-config.c static int topo_max_cpus;
topo_max_cpus     166 tools/power/x86/intel-speed-select/isst-config.c 	return topo_max_cpus;
topo_max_cpus     203 tools/power/x86/intel-speed-select/isst-config.c 	for (i = 0; i < topo_max_cpus; ++i) {
topo_max_cpus     242 tools/power/x86/intel-speed-select/isst-config.c 	for (i = 0; i < topo_max_cpus; ++i) {
topo_max_cpus     265 tools/power/x86/intel-speed-select/isst-config.c 	topo_max_cpus = 0;
topo_max_cpus     269 tools/power/x86/intel-speed-select/isst-config.c 		topo_max_cpus += BITMASK_SIZE;
topo_max_cpus     271 tools/power/x86/intel-speed-select/isst-config.c 	topo_max_cpus--; /* 0 based */
topo_max_cpus     273 tools/power/x86/intel-speed-select/isst-config.c 	debug_printf("max cpus %d\n", topo_max_cpus);
topo_max_cpus     281 tools/power/x86/intel-speed-select/isst-config.c 	_cpu_set = CPU_ALLOC((topo_max_cpus + 1));
topo_max_cpus     284 tools/power/x86/intel-speed-select/isst-config.c 	size = CPU_ALLOC_SIZE((topo_max_cpus + 1));
topo_max_cpus     305 tools/power/x86/intel-speed-select/isst-config.c 	for (i = 0; i < topo_max_cpus; ++i) {
topo_max_cpus     358 tools/power/x86/intel-speed-select/isst-config.c 	cpu_map = malloc(sizeof(*cpu_map) * topo_max_cpus);
topo_max_cpus     366 tools/power/x86/intel-speed-select/isst-config.c 	for (i = 0; i < topo_max_cpus; ++i) {
topo_max_cpus     403 tools/power/x86/intel-speed-select/isst-config.c 	for (i = 0; i < topo_max_cpus; ++i) {
topo_max_cpus     428 tools/power/x86/intel-speed-select/isst-config.c 			for (j = 0; j < topo_max_cpus; ++j) {
topo_max_cpus     448 tools/power/x86/intel-speed-select/isst-config.c 	if (logical_cpu < topo_max_cpus)