Searched refs:curr_hw_topo (Results 1 – 3 of 3) sorted by relevance
14 return curr_hw_topo.psets[cluster_id].die_id; in ml_get_die_id()149 assert(curr_hw_topo.num_psets != 0); in edge_impl_init_runqueues()150 sched_num_psets = curr_hw_topo.num_psets; in edge_impl_init_runqueues()151 mock_topology_info.num_cpus = curr_hw_topo.total_cpus; in edge_impl_init_runqueues()152 mock_topology_info.num_clusters = curr_hw_topo.num_psets; in edge_impl_init_runqueues()153 clutch_impl_init_topology(curr_hw_topo); in edge_impl_init_runqueues()154 for (int i = 0; i < curr_hw_topo.num_psets; i++) { in edge_impl_init_runqueues()155 cluster_count_for_type[curr_hw_topo.psets[i].cpu_type]++; in edge_impl_init_runqueues()156 cpu_count_for_type[curr_hw_topo.psets[i].cpu_type] += curr_hw_topo.psets[i].num_cpus; in edge_impl_init_runqueues()157 recommended_cpu_count_for_type[curr_hw_topo.psets[i].cpu_type] += in edge_impl_init_runqueues()[all …]
9 curr_hw_topo = single_core; in impl_init_runqueue()10 clutch_impl_init_topology(curr_hw_topo); in impl_init_runqueue()
22 static test_hw_topology_t curr_hw_topo = { variable43 return (unsigned int)curr_hw_topo.num_psets; in ml_get_cluster_count()49 return (unsigned int)curr_hw_topo.total_cpus; in ml_get_cpu_count()