Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_cpu.c73 struct cf_level_lst all_levels; member
157 TAILQ_INIT(&sc->all_levels); in cpufreq_attach()
597 if (TAILQ_EMPTY(&sc->all_levels)) { in cf_levels_method()
632 TAILQ_FOREACH(lev, &sc->all_levels, link) { in cf_levels_method()
648 while ((lev = TAILQ_FIRST(&sc->all_levels)) != NULL) { in cf_levels_method()
649 TAILQ_REMOVE(&sc->all_levels, lev, link); in cf_levels_method()
678 list = &sc->all_levels; in cpufreq_insert_abs()
727 TAILQ_FOREACH_REVERSE(search, &sc->all_levels, cf_level_lst, link) { in cpufreq_expand_set()
825 list = &sc->all_levels; in cpufreq_dup_set()