Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dstartup.c940 SFI_CLASS_KERNEL, PSET_SMP, thread_get_perfcontrol_class(thread), THREAD_URGENCY_NONE, in load_context()
H A Dsched_prim.h547 extern perfcontrol_class_t thread_get_perfcontrol_class(
H A Dprocessor.c466 processor->current_perfctl_class = thread_get_perfcontrol_class(thread); in processor_state_update_from_thread()
H A Dsched_prim.c6519 thread_get_perfcontrol_class(thread_t thread) in thread_get_perfcontrol_class() function
/xnu-10002.1.13/osfmk/arm/
H A Dmachine_routines_common.c311 data->perfctl_class = thread_get_perfcontrol_class(thread); in machine_switch_populate_perfcontrol_thread_data()