Home
last modified time | relevance | path

Searched refs:CLUSTER_TYPE_P (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dsched_amp.c222 pset->pset_type = CLUSTER_TYPE_P; in sched_amp_pset_init()
694 if (new_recommendation != CLUSTER_TYPE_P) { in sched_amp_thread_group_recommendation_change()
747 assert(pset->pset_type == CLUSTER_TYPE_P); in sched_amp_cpu_init_completed()
H A Drecount.h203 (CLUSTER_TYPE_E > CLUSTER_TYPE_P));
H A Dsched_clutch.c3554 pset->pset_type = (pset->pset_cluster_type == PSET_AMP_P) ? CLUSTER_TYPE_P : CLUSTER_TYPE_E; in sched_edge_pset_init()
4867 } else if ((src_pset->pset_type == CLUSTER_TYPE_P) && (dst_pset->pset_type == CLUSTER_TYPE_E)) { in sched_edge_cpu_init_completed()
4934 …_amp_pcores_preempt_immediate_ipi && (pset_type_for_id(pset->pset_cluster_id) == CLUSTER_TYPE_P)) { in sched_edge_ipi_policy()
4971 uint32_t pcpu_count = ml_get_cpu_number_type(CLUSTER_TYPE_P, false, false); in sched_edge_qos_max_parallelism()
4973 uint32_t pcluster_count = ml_get_cluster_number_type(CLUSTER_TYPE_P); in sched_edge_qos_max_parallelism()
H A Dthread_group.c1359 if (new_recommendation == CLUSTER_TYPE_P) { in sched_perfcontrol_thread_group_recommend()
H A Drecount.c106 uint8_t cluster_i = (type == CLUSTER_TYPE_P) ? RCT_CPU_PERFORMANCE : in recount_startup()
H A Dprocessor.c1684 case CLUSTER_TYPE_P: in recommended_pset_type()
/xnu-8792.41.9/bsd/kern/
H A Dsys_recount.c187 case CLUSTER_TYPE_P: in _perflevel_index_to_cpu_kind()
H A Dkdebug.c1337 case CLUSTER_TYPE_P: in _copy_ap_name()
/xnu-8792.41.9/osfmk/arm/
H A Dmachine_routines.h265 CLUSTER_TYPE_P, enumerator
H A Dmachine_routines_common.c69 [CLUSTER_TYPE_P] = "Performance",
/xnu-8792.41.9/osfmk/arm64/
H A Dmachine_routines.c1023 cpu->cluster_type = CLUSTER_TYPE_P; in ml_parse_cpu_topology()
1036 uint32_t phys_cluster_id = (cpu->cluster_type == CLUSTER_TYPE_P); in ml_parse_cpu_topology()