Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/sched/
H A Dsched_test_utils.c337 host_cpu_load_info_data_t host_load; in wait_for_quiescence() local
346 kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (host_info_t)&host_load, &count); in wait_for_quiescence()
349 user_ticks[ind] = (double)host_load.cpu_ticks[CPU_STATE_USER]; in wait_for_quiescence()
350 system_ticks[ind] = (double)host_load.cpu_ticks[CPU_STATE_SYSTEM]; in wait_for_quiescence()
351 idle_ticks[ind] = (double)host_load.cpu_ticks[CPU_STATE_IDLE]; in wait_for_quiescence()