Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/vm/
H A Dcompression_sweep.c50 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 Dhost_statistics_rate_limiting.c118 …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 Dhost.c850 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 Dmach_host.defs245 host_statistics64(
/xnu-8796.121.2/bsd/kern/
H A Dkern_memorystatus.c5205 …if ((kr = host_statistics64(host_self(), HOST_VM_INFO64, (host_info64_t)&vm_stat, &count)) != KERN… in memorystatus_init_snapshot_vmstats()