Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/sched/
H A Dsched_test_utils.c293 host_cpu_load_info_data_t host_load; in wait_for_quiescence() local
302 kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (host_info_t)&host_load, &count); in wait_for_quiescence()
305 user_ticks[ind] = (double)host_load.cpu_ticks[CPU_STATE_USER]; in wait_for_quiescence()
306 system_ticks[ind] = (double)host_load.cpu_ticks[CPU_STATE_SYSTEM]; in wait_for_quiescence()
307 idle_ticks[ind] = (double)host_load.cpu_ticks[CPU_STATE_IDLE]; in wait_for_quiescence()