Home
last modified time | relevance | path

Searched refs:CLUSTER_TYPE_E (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.101.15/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_defines.h48 CLUSTER_TYPE_E = 1, enumerator
/xnu-11417.101.15/bsd/kern/
H A Dsys_recount.c89 case CLUSTER_TYPE_E: in _perflevel_index_to_cpu_kind()
H A Dkern_mib.c249 cluster_types_in_order[2] = CLUSTER_TYPE_E; in cpu_type_for_perflevel()
H A Dkdebug.c1341 case CLUSTER_TYPE_E: in _copy_ap_name()
/xnu-11417.101.15/osfmk/kern/
H A Dsched_amp.c225 pset->pset_type = CLUSTER_TYPE_E; in sched_amp_pset_init()
749 assert(pset->pset_type == CLUSTER_TYPE_E); in sched_amp_cpu_init_completed()
H A Drecount.h259 (CLUSTER_TYPE_E > CLUSTER_TYPE_P));
H A Dprocessor.c1822 case CLUSTER_TYPE_E: in recommended_pset_type()
1840 case CLUSTER_TYPE_E: in cluster_type_to_pset_cluster_type()
1857 case CLUSTER_TYPE_E: in cluster_type_to_pset_node()
H A Dsched_clutch.c3895 pset->pset_type = (pset->pset_cluster_type == PSET_AMP_P) ? CLUSTER_TYPE_P : CLUSTER_TYPE_E; in sched_edge_pset_init()
5226 } else if ((src_pset->pset_type == CLUSTER_TYPE_P) && (dst_pset->pset_type == CLUSTER_TYPE_E)) { in sched_edge_cpu_init_completed()
5329 uint32_t ecpu_count = ml_get_cpu_number_type(CLUSTER_TYPE_E, false, false); in sched_edge_qos_max_parallelism()
5331 uint32_t ecluster_count = ml_get_cluster_number_type(CLUSTER_TYPE_E); in sched_edge_qos_max_parallelism()
H A Dkern_stackshot.c5848 if (current_cpu_datap()->cpu_cluster_type == CLUSTER_TYPE_E) { in stackshot_cpu_do_work()
/xnu-11417.101.15/osfmk/arm/
H A Dmachine_routines.h271 CLUSTER_TYPE_E = 1, enumerator
H A Dmachine_routines_common.c68 [CLUSTER_TYPE_E] = "Efficiency",
/xnu-11417.101.15/osfmk/arm64/
H A Dmachine_routines.c1204 cpu->cluster_type = CLUSTER_TYPE_E; in ml_parse_cpu_topology()
/xnu-11417.101.15/tests/
H A Dstackshot_tests.m2285 #define CLUSTER_TYPE_E 1 macro
2405 -1, @[@CLUSTER_TYPE_E, @CLUSTER_TYPE_P]);
2410 -1, @[@CLUSTER_TYPE_E]);