Home
last modified time | relevance | path

Searched refs:perfctl_class (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dprocessor.c547 …pset_cluster_type_t pset_type, perfcontrol_class_t perfctl_class, thread_urgency_t urgency, __unus… in processor_state_update_explicit() argument
552 processor->current_perfctl_class = perfctl_class; in processor_state_update_explicit()
1872 sched_perfcontrol_inherit_recommendation_from_tg(perfcontrol_class_t perfctl_class, boolean_t inher… in sched_perfcontrol_inherit_recommendation_from_tg() argument
1876 …KDBG(MACHDBG_CODE(DBG_MACH_SCHED, MACH_AMP_PERFCTL_POLICY_CHANGE) | DBG_FUNC_NONE, perfctl_class, … in sched_perfcontrol_inherit_recommendation_from_tg()
1878 switch (perfctl_class) { in sched_perfcontrol_inherit_recommendation_from_tg()
1895 sched_perfcontrol_inherit_recommendation_from_tg(__unused perfcontrol_class_t perfctl_class, __unus… in sched_perfcontrol_inherit_recommendation_from_tg() argument
H A Dprocessor.h658 perfcontrol_class_t perfctl_class,
/xnu-11215/osfmk/arm/
H A Dmachine_routines.h947 perfcontrol_class_t perfctl_class; member
1148 extern void sched_perfcontrol_inherit_recommendation_from_tg(perfcontrol_class_t perfctl_class, boo…
H A Dmachine_routines_common.c309 data->perfctl_class = thread_get_perfcontrol_class(thread); in machine_switch_populate_perfcontrol_thread_data()