Searched refs:curr_hw_topo (Results 1 – 3 of 3) sorted by relevance
20 return curr_hw_topo.psets[cluster_id].die_id; in ml_get_die_id()189 assert(curr_hw_topo.num_psets != 0); in edge_impl_init_runqueues()190 clutch_impl_init_topology(curr_hw_topo); in edge_impl_init_runqueues()198 for (int i = 0; i < curr_hw_topo.num_psets; i++) { in edge_impl_init_runqueues()200 edge_impl_set_cluster_type(psets[i], curr_hw_topo.psets[i].cpu_type); in edge_impl_init_runqueues()209 cluster_count_for_type[curr_hw_topo.psets[i].cpu_type]++; in edge_impl_init_runqueues()210 cpu_count_for_type[curr_hw_topo.psets[i].cpu_type] += curr_hw_topo.psets[i].num_cpus; in edge_impl_init_runqueues()211 recommended_cpu_count_for_type[curr_hw_topo.psets[i].cpu_type] += in edge_impl_init_runqueues()212 curr_hw_topo.psets[i].num_cpus; in edge_impl_init_runqueues()227 assert(curr_hw_topo.num_psets == 0); in impl_init_runqueue()[all …]
10 curr_hw_topo = single_core; in impl_init_runqueue()
21 static test_hw_topology_t curr_hw_topo = { variable30 return (unsigned int)curr_hw_topo.num_psets; in ml_get_cluster_count()