Home
last modified time | relevance | path

Searched refs:current_perfctl_class (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dprocessor.c429 processor->current_perfctl_class = PERFCONTROL_CLASS_IDLE; in processor_state_update_idle()
459 processor->current_perfctl_class = thread_get_perfcontrol_class(thread); in processor_state_update_from_thread()
477 processor->current_perfctl_class = perfctl_class; in processor_state_update_explicit()
H A Dprocessor.h343 perfcontrol_class_t current_perfctl_class; /* Perfcontrol class for current thread */ member
H A Dsched_prim.c5785 perfcontrol_class_t old_perfctl_class = processor->current_perfctl_class; in ast_check()
5806 if (old_perfctl_class != processor->current_perfctl_class) { in ast_check()