Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c1081 #define CPU_SUBSET_MAXCPUS 1024 /* need to use before probe... */ macro
5390 if (start >= CPU_SUBSET_MAXCPUS) in parse_cpu_str()
5417 if (start >= CPU_SUBSET_MAXCPUS) in parse_cpu_str()
8247 for (i = 0; i < CPU_SUBSET_MAXCPUS; ++i) { in topology_probe()
9731 cpu_subset = CPU_ALLOC(CPU_SUBSET_MAXCPUS); in parse_cpu_command()
9734 cpu_subset_size = CPU_ALLOC_SIZE(CPU_SUBSET_MAXCPUS); in parse_cpu_command()