Searched refs:cpu_types (Results 1 – 2 of 2) sorted by relevance
230 unsigned int cpu_types = ml_get_cpu_types(); in proc_pidthreadcounts() local231 unsigned int level_count = __builtin_popcount(cpu_types); in proc_pidthreadcounts()
238 unsigned int cpu_types = ml_get_cpu_types(); in cpu_type_for_perflevel() local239 unsigned int n_perflevels = __builtin_popcount(cpu_types); in cpu_type_for_perflevel()245 while (cpu_types) { in cpu_type_for_perflevel()246 current_perflevel += cpu_types & 1; in cpu_type_for_perflevel()251 cpu_types >>= 1; in cpu_type_for_perflevel()