Searched refs:n_perflevels (Results 1 – 1 of 1) sorted by relevance
237 unsigned int n_perflevels = __builtin_popcount(cpu_types); in cpu_type_for_perflevel() local239 assert((perflevel >= 0) && (perflevel < n_perflevels)); in cpu_type_for_perflevel()245 if (current_perflevel == (n_perflevels - (perflevel + 1))) { in cpu_type_for_perflevel()279 int n_perflevels = __builtin_popcount(ml_get_cpu_types()); in sysctl_hw_generic() local282 if ((perflevel < 0) || (perflevel >= n_perflevels)) { in sysctl_hw_generic()286 perflevel = n_perflevels - 1; in sysctl_hw_generic()345 return SYSCTL_RETURN(req, n_perflevels); in sysctl_hw_generic()