Home
last modified time | relevance | path

Searched refs:curr_hw_topo (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/tests/sched/sched_test_harness/
H A Dsched_edge_harness.c20 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 …]
H A Dsched_clutch_harness.c10 curr_hw_topo = single_core; in impl_init_runqueue()
H A Dsched_clutch_harness_impl.c21 static test_hw_topology_t curr_hw_topo = { variable
30 return (unsigned int)curr_hw_topo.num_psets; in ml_get_cluster_count()