Searched refs:host_cpu_load_info (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/mach/ |
| H A D | host_info.h | 277 struct host_cpu_load_info { /* number of ticks while running... */ struct 281 typedef struct host_cpu_load_info host_cpu_load_info_data_t; argument 282 typedef struct host_cpu_load_info *host_cpu_load_info_t;
|
| /xnu-11215/tests/ |
| H A D | host_statistics_rate_limiting.c | 30 host_cpu_load_info_data_t host_cpu_load_info; member 98 …RO(host_statistics(self, HOST_CPU_LOAD_INFO, (host_info_t)&data[i].host_cpu_load_info, &count), NU… in get_host_info() 128 …T_QUIET; T_ASSERT_EQ(sizeof(data[0].host_cpu_load_info), HOST_CPU_LOAD_INFO_COUNT * sizeof(int), "…
|
| /xnu-11215/osfmk/kern/ |
| H A D | host.c | 593 static host_cpu_load_info_data_t host_cpu_load_info = {}; variable 614 …= 0, .current_requests = 0, .max_requests = 0, .data = (uintptr_t)&host_cpu_load_info, .count = HO…
|