Home
last modified time | relevance | path

Searched refs:get_hw_topology (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.c64 get_hw_topology(void) in get_hw_topology() function
72 test_hw_topology_t topo = get_hw_topology(); in pset_id_to_cpu_id()
86 test_hw_topology_t topo = get_hw_topology(); in cpu_id_to_pset_id()
H A Dsched_migration_harness.h33 extern test_hw_topology_t get_hw_topology(void);
/xnu-12377.81.4/tests/sched/
H A Dedge_migration.c424 test_hw_topology_t topo = get_hw_topology(); in clear_threads_from_topo()
468 return test_cpu_type_to_char(get_hw_topology().psets[pset_id].cpu_type); in pset_id_to_core_type_char()
646 int p_pset_cpus = get_hw_topology().psets[p_pset].num_cpus;
H A Drt_migration.c286 for (int i = 0; i < get_hw_topology().total_cpus; i++) { in fill_all_cpus_with_realtime_threads()