Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dmachine_routines_common.c152 sched_perfcontrol_context_switch_t sched_perfcontrol_switch = sched_perfcontrol_switch… variable
256 sched_perfcontrol_switch = callbacks->context_switch; in sched_perfcontrol_register_callbacks()
258 sched_perfcontrol_switch = sched_perfcontrol_switch_default; in sched_perfcontrol_register_callbacks()
284 sched_perfcontrol_switch = sched_perfcontrol_switch_default; in sched_perfcontrol_register_callbacks()
420 if (sched_perfcontrol_switch != sched_perfcontrol_switch_default) { in machine_switch_perfcontrol_context()
423 sched_perfcontrol_switch(old_perfcontrol_state, new_perfcontrol_state); in machine_switch_perfcontrol_context()