Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_cpu.c75 struct cf_level_lst all_levels; member
164 TAILQ_INIT(&sc->all_levels); in cpufreq_attach()
658 if (TAILQ_EMPTY(&sc->all_levels)) { in cf_levels_method()
697 TAILQ_FOREACH(lev, &sc->all_levels, link) { in cf_levels_method()
712 while ((lev = TAILQ_FIRST(&sc->all_levels)) != NULL) { in cf_levels_method()
713 TAILQ_REMOVE(&sc->all_levels, lev, link); in cf_levels_method()
740 list = &sc->all_levels; in cpufreq_insert_abs()
801 TAILQ_FOREACH_REVERSE(search, &sc->all_levels, cf_level_lst, link) { in cpufreq_expand_set()
899 list = &sc->all_levels; in cpufreq_dup_set()