Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_cpu.c167 SLIST_INIT(&sc->saved_freq); in cpufreq_attach()
216 struct cf_saved_freq *saved_freq; in cpufreq_detach() local
222 while ((saved_freq = SLIST_FIRST(&sc->saved_freq)) != NULL) { in cpufreq_detach()
224 free(saved_freq, M_TEMP); in cpufreq_detach()
245 saved_freq = NULL; in cf_set_method()
291 saved_freq = SLIST_FIRST(&sc->saved_freq); in cf_set_method()
292 if (saved_freq == NULL) { in cf_set_method()
297 level = &saved_freq->level; in cf_set_method()
298 priority = saved_freq->priority; in cf_set_method()
401 if (saved_freq != NULL) { in cf_set_method()
[all …]