Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_cpu.c72 struct cf_level_lst all_levels; member
162 TAILQ_INIT(&sc->all_levels); in cpufreq_attach()
656 if (TAILQ_EMPTY(&sc->all_levels)) { in cf_levels_method()
695 TAILQ_FOREACH(lev, &sc->all_levels, link) { in cf_levels_method()
710 while ((lev = TAILQ_FIRST(&sc->all_levels)) != NULL) { in cf_levels_method()
711 TAILQ_REMOVE(&sc->all_levels, lev, link); in cf_levels_method()
738 list = &sc->all_levels; in cpufreq_insert_abs()
799 TAILQ_FOREACH_REVERSE(search, &sc->all_levels, cf_level_lst, link) { in cpufreq_expand_set()
897 list = &sc->all_levels; in cpufreq_dup_set()