Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/
H A Dhost_statistics_rate_limiting.c124 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_LOAD_INFO, (host_info_t)&data[i].host_load… 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()
128 …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()
132 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_CPU_LOAD_INFO, (host_info_t)&data[i].host_… in get_host_info()
134 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_EXPIRED_TASK_INFO, (host_info_t)&data[i].h… in get_host_info()
136 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics(self, HOST_EXPIRED_TASK_INFO, (host_info_t)&data[i].h… in get_host_info()
/xnu-8796.121.2/osfmk/kern/
H A Dhost.c404 kern_return_t host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_nu…
407 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics() function
880 return host_statistics(host, flavor, (host_info_t)info, count); in host_statistics64()
929 ret = host_statistics(host, flavor, info, count); in host_statistics_from_user()
945 return host_statistics((host_t)host_priv, flavor, info, count); in host_priv_statistics()
/xnu-8796.121.2/osfmk/mach/
H A Dmach_host.defs222 host_statistics(
/xnu-8796.121.2/tools/tests/zero-to-n/
H A Dzero-to-n.c850 kern_return_t kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (int *)&load, &count); in record_cpu_time()