Searched refs:host_statistics64 (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.1.9/tests/vm/ |
| H A D | compression_sweep.c | 51 kern_return_t kret = host_statistics64(mach_host_self(), HOST_VM_INFO64, 73 kret = host_statistics64(mach_host_self(), HOST_VM_INFO64,
|
| H A D | vm_compressor.c | 40 …kern_return_t kr = host_statistics64(mach_host_self(), HOST_VM_COMPRESSOR_Q_LENS, (host_info64_t)&…
|
| /xnu-12377.1.9/tests/ |
| H A D | host_statistics_rate_limiting.c | 102 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_VM_INFO64, (host_info64_t)&data[i].host_… in get_host_info() 106 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_VM_INFO64, (host_info64_t)&data[i].host_… in get_host_info() 110 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_VM_INFO64, (host_info64_t)&data[i].host_… in get_host_info() 114 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_EXTMOD_INFO64, (host_info64_t)&data[i].h… in get_host_info()
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | host.c | 932 kern_return_t host_statistics64(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_… 935 host_statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * c… in host_statistics64() function 991 ret = host_statistics64(host, flavor, info, count); in host_statistics64_from_user()
|
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | mach_host.defs | 249 host_statistics64(
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_memorystatus.c | 6102 …if ((kr = host_statistics64(host_self(), HOST_VM_INFO64, (host_info64_t)&vm_stat, &count)) != KERN… in memorystatus_init_snapshot_vmstats()
|