Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/tests/ !
H A Dhost_statistics_rate_limiting.c64 host_cpu_load_info_data_t host_cpu_load_info;
/xnu-8019.80.24/osfmk/kern/ !
H A Dhost.c623 static host_cpu_load_info_data_t host_cpu_load_info = {};
/xnu-8019.80.24/tools/tests/zero-to-n/ !
H A Dzero-to-n.c836 host_cpu_load_info_data_t load; in record_cpu_time()