Home
last modified time | relevance | path

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

/xnu-12377.61.12/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.c245 unsigned int cpu_types = ml_get_cpu_types(); in cpu_type_for_perflevel() local
246 __assert_only unsigned int n_perflevels = __builtin_popcount(cpu_types); in cpu_type_for_perflevel()
261 if (type_mask & cpu_types) { in cpu_type_for_perflevel()