Searched refs:host_statistics64 (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.121.2/tests/vm/ |
| H A D | compression_sweep.c | 50 kern_return_t kret = host_statistics64(mach_host_self(), HOST_VM_INFO64, 71 kret = host_statistics64(mach_host_self(), HOST_VM_INFO64,
|
| /xnu-8796.121.2/tests/ |
| H A D | host_statistics_rate_limiting.c | 118 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_VM_INFO64, (host_info64_t)&data[i].host_… in get_host_info() 120 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_VM_INFO64, (host_info64_t)&data[i].host_… in get_host_info() 122 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_EXTMOD_INFO64, (host_info64_t)&data[i].h… in get_host_info()
|
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | host.c | 850 kern_return_t host_statistics64(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_… 853 host_statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * c… in host_statistics64() function 902 ret = host_statistics64(host, flavor, info, count); in host_statistics64_from_user()
|
| /xnu-8796.121.2/osfmk/mach/ |
| H A D | mach_host.defs | 245 host_statistics64(
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | kern_memorystatus.c | 5205 …if ((kr = host_statistics64(host_self(), HOST_VM_INFO64, (host_info64_t)&vm_stat, &count)) != KERN… in memorystatus_init_snapshot_vmstats()
|