Home
last modified time | relevance | path

Searched refs:thread_get_perfcontrol_class (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dstartup.c930 SFI_CLASS_KERNEL, PSET_SMP, thread_get_perfcontrol_class(thread), THREAD_URGENCY_NONE, in load_context()
H A Dsched_prim.h529 extern perfcontrol_class_t thread_get_perfcontrol_class(
H A Dprocessor.c463 processor->current_perfctl_class = thread_get_perfcontrol_class(thread); in processor_state_update_from_thread()
H A Dsched_prim.c6296 thread_get_perfcontrol_class(thread_t thread) in thread_get_perfcontrol_class() function
/xnu-8796.121.2/osfmk/arm/
H A Dmachine_routines_common.c311 data->perfctl_class = thread_get_perfcontrol_class(thread); in machine_switch_populate_perfcontrol_thread_data()