Home
last modified time | relevance | path

Searched refs:test_hw_topology_t (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.121.6/tests/sched/sched_test_harness/
H A Dsched_migration_harness.h27 } test_hw_topology_t; typedef
31 extern test_hw_topology_t get_hw_topology(void);
32 extern void set_hw_topology(test_hw_topology_t hw_topology);
35 extern test_hw_topology_t single_core; // 1P
36 extern test_hw_topology_t basic_amp; // 2P + 4E
37 extern test_hw_topology_t dual_die; // 2E + 4P + 4P + 2E + 4P + 4P
40 extern void init_migration_harness(test_hw_topology_t hw_topology);
H A Dsched_runqueue_harness.c14 static test_hw_topology_t current_hw_topology = {0};
58 set_hw_topology(test_hw_topology_t hw_topology) in set_hw_topology()
63 test_hw_topology_t
72 test_hw_topology_t topo = get_hw_topology(); in cpu_id_to_cluster_id()
88 test_hw_topology_t topo = get_hw_topology(); in cluster_id_to_cpu_id()
H A Dsched_clutch_harness_impl.c21 static test_hw_topology_t curr_hw_topo = {
80 test_hw_topology_t single_core = {
99 clutch_impl_init_topology(test_hw_topology_t hw_topology) in clutch_impl_init_topology()
H A Dsched_edge_harness.c123 test_hw_topology_t basic_amp = {
160 test_hw_topology_t dual_die = {
233 impl_init_migration_harness(test_hw_topology_t hw_topology) in impl_init_migration_harness()
H A Dsched_clutch_harness.h23 extern void clutch_impl_init_topology(test_hw_topology_t hw_topology);
H A Dsched_harness_impl.h28 extern void impl_init_migration_harness(test_hw_topology_t hw_topology);
H A Dsched_migration_harness.c13 init_migration_harness(test_hw_topology_t hw_topology) in init_migration_harness()