Home
last modified time | relevance | path

Searched refs:host_statistics64 (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/tests/vm/
H A Dcompression_sweep.c51 kern_return_t kret = host_statistics64(mach_host_self(), HOST_VM_INFO64,
72 kret = host_statistics64(mach_host_self(), HOST_VM_INFO64,
H A Dvm_compressor.c40 …kern_return_t kr = host_statistics64(mach_host_self(), HOST_VM_COMPRESSOR_Q_LENS, (host_info64_t)&…
/xnu-11215.1.10/tests/
H A Dhost_statistics_rate_limiting.c84 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_VM_INFO64, (host_info64_t)&data[i].host_… in get_host_info()
86 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_VM_INFO64, (host_info64_t)&data[i].host_… in get_host_info()
88 …T_QUIET; T_ASSERT_POSIX_ZERO(host_statistics64(self, HOST_EXTMOD_INFO64, (host_info64_t)&data[i].h… in get_host_info()
/xnu-11215.1.10/osfmk/kern/
H A Dhost.c910 kern_return_t host_statistics64(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_…
913 host_statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * c… in host_statistics64() function
969 ret = host_statistics64(host, flavor, info, count); in host_statistics64_from_user()
/xnu-11215.1.10/osfmk/mach/
H A Dmach_host.defs249 host_statistics64(
/xnu-11215.1.10/bsd/kern/
H A Dkern_memorystatus.c5095 …if ((kr = host_statistics64(host_self(), HOST_VM_INFO64, (host_info64_t)&vm_stat, &count)) != KERN… in memorystatus_init_snapshot_vmstats()