Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dbootinfo.h37 int cores_per_node; member
/linux/arch/loongarch/kernel/
H A Dnuma.c256 loongson_sysconf.cores_per_node = cpumask_weight(&phys_cpus_on_node[0]); in init_numa_memory()
/linux/arch/mips/include/asm/mach-loongson64/
H A Dloongson.h25 int cores_per_node; member
/linux/arch/mips/loongson64/
H A Dsmp.c445 max_cpus += loongson_sysconf.cores_per_node; in loongson3_smp_setup()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c2090 topo.nodes_per_pkg * topo.cores_per_node * topo.threads_per_core) + \
2091 ((node_no) * topo.cores_per_node * topo.threads_per_core) + \
2097 ((pkg_no) * topo.nodes_per_pkg * topo.cores_per_node) + \
2098 ((node_no) * topo.cores_per_node) + \
2320 int cores_per_node; member
2362 for (core_no = 0; core_no < topo.cores_per_node; ++core_no) { in for_all_cpus()
6054 for (core_no = 0; core_no < topo.cores_per_node; ++core_no) { in for_all_cpus_2()
9262 topo.cores_per_node = max_core_id + 1; in topology_probe()
9264 …rintf(outf, "max_core_id %d, sizing for %d cores per package\n", max_core_id, topo.cores_per_node); in topology_probe()
9310 int num_cores = topo.cores_per_node * topo.nodes_per_pkg * topo.num_packages; in allocate_counters()