Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dsched_amp_common.c217 if (nset->pset_cluster_type == PSET_AMP_E) { in should_spill_to_ecores()
291 …return (pset->pset_cluster_type == PSET_AMP_E) && (pcore_set != NULL) && (pcore_set->online_proces… in sched_amp_steal_thread_enabled()
306 if (!ecore_set || cpset->pset_cluster_type == PSET_AMP_E || !cprocessor->is_recommended) { in sched_amp_balance()
356 assert(pset->pset_cluster_type == PSET_AMP_E); in sched_amp_bounce_thread_group_from_ecores()
H A Dsched_amp.c303 …if ((processor->processor_set->pset_cluster_type == PSET_AMP_E) && (recommended_pset_type(thread) … in sched_amp_thread_should_yield()
625 if (recommended_pset_type(thread) == PSET_AMP_E) { in pcores_recommended()
636 if (processor->processor_set->pset_cluster_type == PSET_AMP_E) { in sched_amp_thread_avoid_processor()
665 } else if (!choose_pcores && (pset->pset_cluster_type != PSET_AMP_E)) { in sched_amp_choose_processor()
704 return pset->pset_type == PSET_AMP_E; in sched_amp_thread_eligible_for_pset()
718 } else if (pset_array[self->th_bound_cluster_id]->pset_cluster_type == PSET_AMP_E) { in sysctl_get_bound_cluster_type()
H A Dprocessor.c207 pset0.pset_cluster_type = PSET_AMP_E; in processor_bootstrap()
208 pset_node0.pset_cluster_type = PSET_AMP_E; in processor_bootstrap()
218 pset_node1.pset_cluster_type = PSET_AMP_E; in processor_bootstrap()
1679 return PSET_AMP_E; in thread_group_pset_recommendation()
1683 return PSET_AMP_E; in thread_group_pset_recommendation()
1699 return PSET_AMP_E; in recommended_pset_type()
1714 return PSET_AMP_E; in recommended_pset_type()
1724 return PSET_AMP_E; in recommended_pset_type()
1728 return PSET_AMP_E; in recommended_pset_type()
1738 return PSET_AMP_E; in recommended_pset_type()
[all …]
H A Dprocessor.h156 PSET_AMP_E, enumerator
H A Dsched_prim.c8132 if (pset0.pset_cluster_type == PSET_AMP_E) { in thread_bind_cluster_type()
8303 if (pset_hint->pset_cluster_type == PSET_AMP_E) { in sysctl_get_task_cluster_type()
8350 pset_hint = find_pset_of_type(PSET_AMP_E); in sysctl_task_set_cluster_type()
/xnu-8020.121.3/osfmk/arm64/
H A Dplatform_tests.c949 } else if (pset->pset_cluster_type == PSET_AMP_E) { in lt_test_locks()
H A Dmachine_routines.c1323 …t pset_cluster_type = this_cpu_datap->cpu_cluster_type == CLUSTER_TYPE_E ? PSET_AMP_E : PSET_AMP_P; in ml_processor_register()