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

/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c6968 int max_core_id = 0; local
7067 * find max_core_id, max_package_id
7097 if (cpus[i].physical_core_id > max_core_id)
7098 max_core_id = cpus[i].physical_core_id;
7108 topo.cores_per_node = max_core_id + 1;
7110 fprintf(outf, "max_core_id %d, sizing for %d cores per package\n", max_core_id, topo.cores_per_node);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c12452 int max_core_id, min_core_id; local
12461 max_core_id = 0;
12487 if (cpup->core_id > max_core_id)
12488 max_core_id = cpup->core_id;

Completed in 299 milliseconds