Searched refs:host_statistics (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/tests/ |
| H A D | host_statistics_rate_limiting.c | 124 …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-8020.121.3/osfmk/kern/ |
| H A D | host.c | 401 kern_return_t host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_nu… 404 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics() function 912 return host_statistics(host, flavor, (host_info_t)info, count); in host_statistics64() 961 ret = host_statistics(host, flavor, info, count); in host_statistics_from_user() 977 return host_statistics((host_t)host_priv, flavor, info, count); in host_priv_statistics()
|
| /xnu-8020.121.3/osfmk/mach/ |
| H A D | mach_host.defs | 221 host_statistics(
|
| /xnu-8020.121.3/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 838 kern_return_t kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (int *)&load, &count); in record_cpu_time()
|