Home
last modified time | relevance | path

Searched refs:cpu_types (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/kern/
H A Dsys_recount.c135 unsigned int cpu_types = ml_get_cpu_types(); in _selfcounts_perf_level() local
136 unsigned int level_count = __builtin_popcount(cpu_types); in _selfcounts_perf_level()
238 unsigned int cpu_types = ml_get_cpu_types(); in proc_pidthreadcounts() local
239 unsigned int level_count = __builtin_popcount(cpu_types); in proc_pidthreadcounts()
H A Dkern_mib.c239 unsigned int cpu_types = ml_get_cpu_types(); in cpu_type_for_perflevel() local
240 __assert_only unsigned int n_perflevels = __builtin_popcount(cpu_types); in cpu_type_for_perflevel()
255 if (type_mask & cpu_types) { in cpu_type_for_perflevel()