Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dhost_statistics_rate_limiting.c118 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_LOAD_INFO, (host_info_t)&data[i].host_load… in get_host_info()
122 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_VM_INFO, (host_info_t)&data[i].host_vm_inf… in get_host_info()
126 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_VM_INFO, (host_info_t)&data[i].host_vm_inf… in get_host_info()
130 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_VM_INFO, (host_info_t)&data[i].host_vm_inf… in get_host_info()
134 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_CPU_LOAD_INFO, (host_info_t)&data[i].host_… in get_host_info()
138 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_EXPIRED_TASK_INFO, (host_info_t)&data[i].h… in get_host_info()
145 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_EXPIRED_TASK_INFO, (host_info_t)&data[i].h… in get_host_info()
/xnu-12377.1.9/osfmk/kern/
H A Dhost.c415 kern_return_t host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_nu…
418 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics() function
969 return host_statistics(host, flavor, (host_info_t)info, count); in host_statistics64()
1018 ret = host_statistics(host, flavor, info, count); in host_statistics_from_user()
1034 return host_statistics((host_t)host_priv, flavor, info, count); in host_priv_statistics()
/xnu-12377.1.9/tests/sched/
H A Dyield_aggressor.c172 kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (int *)&load, &count); in record_cpu_time()
H A Dsched_test_utils.c346 kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (host_info_t)&host_load, &count); in wait_for_quiescence()
/xnu-12377.1.9/osfmk/mach/
H A Dmach_host.defs226 host_statistics(
/xnu-12377.1.9/tools/tests/zero-to-n/
H A Dzero-to-n.c938 kern_return_t kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (int *)&load, &count); in record_cpu_time()