Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_defines.h64 extern struct ml_topology_info mock_topology_info;
65 #define ml_get_topology_info() (&mock_topology_info)
/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_edge_harness.c130 struct ml_topology_info mock_topology_info; variable
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()
H A Dsched_clutch_harness_impl.c147 mock_topology_info.boot_cluster = &boot_cluster; in clutch_impl_init_topology()