Searched refs:all_levels (Results 1 – 1 of 1) sorted by relevance
73 struct cf_level_lst all_levels; member163 TAILQ_INIT(&sc->all_levels); in cpufreq_attach()657 if (TAILQ_EMPTY(&sc->all_levels)) { in cf_levels_method()696 TAILQ_FOREACH(lev, &sc->all_levels, link) { in cf_levels_method()711 while ((lev = TAILQ_FIRST(&sc->all_levels)) != NULL) { in cf_levels_method()712 TAILQ_REMOVE(&sc->all_levels, lev, link); in cf_levels_method()739 list = &sc->all_levels; in cpufreq_insert_abs()800 TAILQ_FOREACH_REVERSE(search, &sc->all_levels, cf_level_lst, link) { in cpufreq_expand_set()898 list = &sc->all_levels; in cpufreq_dup_set()