Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dsched_amp.c224 assert(pset->pset_cluster_type == PSET_AMP_E); in sched_amp_pset_init()
309 …if ((processor->processor_set->pset_cluster_type == PSET_AMP_E) && (recommended_pset_type(thread) … in sched_amp_thread_should_yield()
629 if (recommended_pset_type(thread) == PSET_AMP_E) { in pcores_recommended()
640 if (processor->processor_set->pset_cluster_type == PSET_AMP_E) { in sched_amp_thread_avoid_processor()
667 } else if (!choose_pcores && (pset->pset_cluster_type != PSET_AMP_E)) { in sched_amp_choose_processor()
710 return pset->pset_cluster_type == PSET_AMP_E; in sched_amp_thread_eligible_for_pset()
748 if (pset->pset_cluster_type == PSET_AMP_E) { in sched_amp_cpu_init_completed()
H A Dsched_amp_common.c227 if (nset->pset_cluster_type == PSET_AMP_E) { in should_spill_to_ecores()
301 …return (pset->pset_cluster_type == PSET_AMP_E) && (pcore_set != NULL) && (pcore_set->online_proces… in sched_amp_steal_thread_enabled()
316 if (!ecore_set || cpset->pset_cluster_type == PSET_AMP_E || !cprocessor->is_recommended) { in sched_amp_balance()
369 assert(pset->pset_cluster_type == PSET_AMP_E); in sched_amp_bounce_thread_group_from_ecores()
H A Dprocessor.c268 case PSET_AMP_E: in processor_bootstrap()
275 ecore_node->pset_cluster_type = PSET_AMP_E; in processor_bootstrap()
1780 return PSET_AMP_E; in recommended_pset_type()
1795 return PSET_AMP_E; in recommended_pset_type()
1805 return PSET_AMP_E; in recommended_pset_type()
1809 return PSET_AMP_E; in recommended_pset_type()
1819 return PSET_AMP_E; in recommended_pset_type()
1823 return PSET_AMP_E; in recommended_pset_type()
1841 return PSET_AMP_E; in cluster_type_to_pset_cluster_type()
H A Dprocessor.h159 PSET_AMP_E = 1, enumerator
H A Dsched_prim.c10702 case PSET_AMP_E: in pset_cluster_type_name_char()
10779 pset_hint = find_pset_of_type(PSET_AMP_E); in sysctl_task_set_cluster_type()
/xnu-11417.140.69/tests/sched/sched_test_harness/
H A Dsched_edge_harness.c173 pset->pset_cluster_type = PSET_AMP_E; in edge_impl_set_cluster_type()
192 node_array[0].pset_cluster_type = PSET_AMP_E; in edge_impl_init_runqueues()
/xnu-11417.140.69/osfmk/arm/
H A Dmachine_routines_common.c823 case PSET_AMP_E: in __ml_interrupts_disabled_cpu_kind()
/xnu-11417.140.69/osfmk/arm64/
H A Dplatform_tests.c980 case PSET_AMP_E: in lt_test_locks()