Home
last modified time | relevance | path

Searched refs:recommendation (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/doc/vm/
H A Dmemorystatus.md179 …es it as an input for its freezer recommendation algorithm. However, we're not currently using the…
/xnu-12377.61.12/osfmk/kern/
H A Dprocessor.c1882 cluster_type_t recommendation = thread_group_recommendation(tg); in recommended_pset_type() local
1883 switch (recommendation) { in recommended_pset_type()
/xnu-12377.61.12/doc/building/
H A Dxnu_build_consolidation.md137 to keep the codebase consistent, the recommendation is to avoid the use of these macros whenever po…
/xnu-12377.61.12/doc/observability/
H A Dmt_stackshot.md20 work based on perfcontrol's recommendation. (We need to do this because even if
/xnu-12377.61.12/osfmk/arm/
H A Dmachine_routines.h1167 extern void sched_perfcontrol_thread_group_recommend(void *data, cluster_type_t recommendation);
/xnu-12377.61.12/doc/scheduler/
H A Dsched_clutch_edge.md190 The scheduler expects the performance controller to specify a cluster recommendation for each threa…
192 When a thread becomes runnable, the scheduler looks at the preferred cluster recommendation of the …