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