Searched refs:n_perflevels (Results 1 – 1 of 1) sorted by relevance
239 unsigned int n_perflevels = __builtin_popcount(cpu_types); in cpu_type_for_perflevel() local241 assert((perflevel >= 0) && (perflevel < n_perflevels)); in cpu_type_for_perflevel()247 if (current_perflevel == (n_perflevels - (perflevel + 1))) { in cpu_type_for_perflevel()300 int n_perflevels = __builtin_popcount(ml_get_cpu_types()); in sysctl_hw_generic() local303 if ((perflevel < 0) || (perflevel >= n_perflevels)) { in sysctl_hw_generic()307 perflevel = n_perflevels - 1; in sysctl_hw_generic()364 return SYSCTL_RETURN(req, n_perflevels); in sysctl_hw_generic()