Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2406 int max_core_id; /* within a package */ member
2438 #define GLOBAL_CORE_ID(core_id, pkg_id) (core_id + pkg_id * (topo.max_core_id + 1))
8907 const int cores_visited_elems = topo.max_core_id + 1; in cstate_perf_init_()
9479 int max_core_id = 0; in topology_probe() local
9624 if (cpus[i].core_id > max_core_id) in topology_probe()
9625 max_core_id = cpus[i].core_id; in topology_probe()
9634 topo.max_core_id = max_core_id; /* within a package */ in topology_probe()
9637 topo.cores_per_node = max_core_id + 1; in topology_probe()
9639 …fprintf(outf, "max_core_id %d, sizing for %d cores per package\n", max_core_id, topo.cores_per_nod… in topology_probe()
9923 …const size_t max_num_domains = MAX(topo.max_cpu_num + 1, MAX(topo.max_core_id + 1, topo.max_packag… in added_perf_counters_init_()
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c12416 int max_core_id, min_core_id; in lpfc_cpu_affinity_check() local
12425 max_core_id = 0; in lpfc_cpu_affinity_check()
12451 if (cpup->core_id > max_core_id) in lpfc_cpu_affinity_check()
12452 max_core_id = cpup->core_id; in lpfc_cpu_affinity_check()