Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/x86/turbostat/
H A Dturbostat.c5357 int max_core_id = 0; in topology_probe() local
5438 if (cpus[i].physical_core_id > max_core_id) in topology_probe()
5439 max_core_id = cpus[i].physical_core_id; in topology_probe()
5449 topo.cores_per_node = max_core_id + 1; in topology_probe()
5452 max_core_id, topo.cores_per_node); in topology_probe()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_init.c10942 int max_core_id, min_core_id; in lpfc_cpu_affinity_check() local
10954 max_core_id = 0; in lpfc_cpu_affinity_check()
10981 if (cpup->core_id > max_core_id) in lpfc_cpu_affinity_check()
10982 max_core_id = cpup->core_id; in lpfc_cpu_affinity_check()