Home
last modified time | relevance | path

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

/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c331 #define CPU_SUBSET_MAXCPUS 1024 /* need to use before probe... */ macro
5796 for (i = 0; i < CPU_SUBSET_MAXCPUS; ++i) { in topology_probe()
6409 cpu_subset = CPU_ALLOC(CPU_SUBSET_MAXCPUS); in parse_cpu_command()
6412 cpu_subset_size = CPU_ALLOC_SIZE(CPU_SUBSET_MAXCPUS); in parse_cpu_command()
6425 if (start >= CPU_SUBSET_MAXCPUS) in parse_cpu_command()
6452 if (start >= CPU_SUBSET_MAXCPUS) in parse_cpu_command()