Searched refs:host_statistics (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | host_statistics_rate_limiting.c | 118 …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.61.12/osfmk/kern/ |
| H A D | host.c | 417 kern_return_t host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_nu… 420 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics() function 971 return host_statistics(host, flavor, (host_info_t)info, count); in host_statistics64() 1020 ret = host_statistics(host, flavor, info, count); in host_statistics_from_user() 1036 return host_statistics((host_t)host_priv, flavor, info, count); in host_priv_statistics()
|
| H A D | Makefile | 141 host_statistics.h \
|
| /xnu-12377.61.12/tests/sched/ |
| H A D | yield_aggressor.c | 172 kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (int *)&load, &count); in record_cpu_time()
|
| H A D | sched_test_utils.c | 346 kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (host_info_t)&host_load, &count); in wait_for_quiescence()
|
| /xnu-12377.61.12/osfmk/mach/ |
| H A D | mach_host.defs | 226 host_statistics(
|
| /xnu-12377.61.12/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 938 kern_return_t kr = host_statistics(mach_host_self(), HOST_CPU_LOAD_INFO, (int *)&load, &count); in record_cpu_time()
|