Searched refs:max_core_id (Results 1 – 2 of 2) sorted by relevance
1863 int max_core_id; member7524 …const unsigned int num_domains = (platform->has_per_core_rapl ? topo.max_core_id : topo.max_packag… in rapl_perf_init()7777 const int cores_visited_elems = topo.max_core_id + 1; in cstate_perf_init_()8191 int max_core_id = 0; in topology_probe() local8319 if (cpus[i].physical_core_id > max_core_id) in topology_probe()8320 max_core_id = cpus[i].physical_core_id; in topology_probe()8329 topo.max_core_id = max_core_id; in topology_probe()8332 topo.cores_per_node = max_core_id + 1; in topology_probe()8334 …fprintf(outf, "max_core_id %d, sizing for %d cores per package\n", max_core_id, topo.cores_per_nod… in topology_probe()8563 …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 …]
12458 int max_core_id, min_core_id; in lpfc_cpu_affinity_check() local12467 max_core_id = 0; in lpfc_cpu_affinity_check()12493 if (cpup->core_id > max_core_id) in lpfc_cpu_affinity_check()12494 max_core_id = cpup->core_id; in lpfc_cpu_affinity_check()