Home
last modified time | relevance | path

Searched refs:host_cpu_load_info_data_t (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.101.5/osfmk/mach/
H A Dhost_info.h259 typedef struct host_cpu_load_info host_cpu_load_info_data_t; typedef
262 (sizeof (host_cpu_load_info_data_t) / sizeof (integer_t)))
/xnu-8796.101.5/tests/
H A Dhost_statistics_rate_limiting.c64 host_cpu_load_info_data_t host_cpu_load_info;
/xnu-8796.101.5/osfmk/kern/
H A Dhost.c592 static host_cpu_load_info_data_t host_cpu_load_info = {};
/xnu-8796.101.5/tools/tests/zero-to-n/
H A Dzero-to-n.c848 host_cpu_load_info_data_t load; in record_cpu_time()