Searched refs:host_vm_info_rev0 (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | host_statistics_rate_limiting.c | 27 vm_statistics_data_t host_vm_info_rev0; member 48 datap = (char*) &data[j].host_vm_info_rev0; in check_host_info() 92 …OSIX_ZERO(host_statistics(self, HOST_VM_INFO, (host_info_t)&data[i].host_vm_info_rev0, &count), NU… in get_host_info() 127 …T_QUIET; T_ASSERT_EQ(sizeof(data[0].host_vm_info_rev0), HOST_VM_INFO_COUNT * sizeof(int), "HOST_VM…
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | host.c | 589 static vm_statistics_data_t host_vm_info_rev0 = {}; variable 610 … = 0, .current_requests = 0, .max_requests = 0, .data = (uintptr_t)&host_vm_info_rev0, .count = HO…
|