Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/sched/
H A Dsched_test_utils.c131 host_cpu_load_info_data_t host_load; in wait_for_quiescence() local
140 kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (host_info_t)&host_load, &count); in wait_for_quiescence()
143 user_ticks[ind] = (double)host_load.cpu_ticks[CPU_STATE_USER]; in wait_for_quiescence()
144 system_ticks[ind] = (double)host_load.cpu_ticks[CPU_STATE_SYSTEM]; in wait_for_quiescence()
145 idle_ticks[ind] = (double)host_load.cpu_ticks[CPU_STATE_IDLE]; in wait_for_quiescence()