Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c161 #define CPU_SUBSET_MAXCPUS 1024 /* need to use before probe... */ macro
5389 for (i = 0; i < CPU_SUBSET_MAXCPUS; ++i) { in topology_probe()
5999 cpu_subset = CPU_ALLOC(CPU_SUBSET_MAXCPUS); in parse_cpu_command()
6002 cpu_subset_size = CPU_ALLOC_SIZE(CPU_SUBSET_MAXCPUS); in parse_cpu_command()
6015 if (start >= CPU_SUBSET_MAXCPUS) in parse_cpu_command()
6042 if (start >= CPU_SUBSET_MAXCPUS) in parse_cpu_command()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c335 #define CPU_SUBSET_MAXCPUS 1024 /* need to use before probe... */ macro
5894 for (i = 0; i < CPU_SUBSET_MAXCPUS; ++i) { in topology_probe()
6530 cpu_subset = CPU_ALLOC(CPU_SUBSET_MAXCPUS); in parse_cpu_command()
6533 cpu_subset_size = CPU_ALLOC_SIZE(CPU_SUBSET_MAXCPUS); in parse_cpu_command()
6546 if (start >= CPU_SUBSET_MAXCPUS) in parse_cpu_command()
6573 if (start >= CPU_SUBSET_MAXCPUS) in parse_cpu_command()

Completed in 14 milliseconds