Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c126 __unused uint32_t flags, __unused struct perfcontrol_thread_data *offcore, in sched_perfcontrol_csw_default() argument
252 if (callbacks->offcore != NULL) { in sched_perfcontrol_register_callbacks()
253 sched_perfcontrol_offcore = callbacks->offcore; in sched_perfcontrol_register_callbacks()
431 struct perfcontrol_thread_data offcore, oncore; in machine_switch_perfcontrol_context() local
432 machine_switch_populate_perfcontrol_thread_data(&offcore, old, 0); in machine_switch_perfcontrol_context()
442 &offcore, &oncore, &cpu_counters, NULL); in machine_switch_perfcontrol_context()
450 offcore.energy_estimate_nj); in machine_switch_perfcontrol_context()
454 sched_perfcontrol_thread_flags_update(old, &offcore, SHARED_RSRC_POLICY_AGENT_PERFCTL_CSW); in machine_switch_perfcontrol_context()
H A Dmachine_routines.h1065 struct perfcontrol_thread_data *offcore, struct perfcontrol_thread_data *oncore,
1129 sched_perfcontrol_offcore_t offcore; member