Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c5873 int max_core_id = 0; in topology_probe() local
5953 if (cpus[i].physical_core_id > max_core_id) in topology_probe()
5954 max_core_id = cpus[i].physical_core_id; in topology_probe()
5964 topo.cores_per_node = max_core_id + 1; in topology_probe()
5966 …fprintf(outf, "max_core_id %d, sizing for %d cores per package\n", max_core_id, topo.cores_per_nod… in topology_probe()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c12445 int max_core_id, min_core_id; in lpfc_cpu_affinity_check() local
12457 max_core_id = 0; in lpfc_cpu_affinity_check()
12484 if (cpup->core_id > max_core_id) in lpfc_cpu_affinity_check()
12485 max_core_id = cpup->core_id; in lpfc_cpu_affinity_check()