Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vm/
H A Dcompression_sweep.c51 kern_return_t kret = host_statistics64(mach_host_self(), HOST_VM_INFO64,
73 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-12377.1.9/tests/
H A Dhost_statistics_rate_limiting.c102 …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 Dhost.c932 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 Dmach_host.defs249 host_statistics64(
/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus.c6102 …if ((kr = host_statistics64(host_self(), HOST_VM_INFO64, (host_info64_t)&vm_stat, &count)) != KERN… in memorystatus_init_snapshot_vmstats()