Searched refs:cf_level (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | cpu.h | 93 struct cf_level { struct 98 TAILQ_ENTRY(cf_level) link; argument 101 TAILQ_HEAD(cf_level_lst, cf_level); 173 typedef void (*cpufreq_pre_notify_fn)(void *, const struct cf_level *, int *); 174 typedef void (*cpufreq_post_notify_fn)(void *, const struct cf_level *, int);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_cpu.c | 65 struct cf_level level; 72 struct cf_level curr_level; 82 struct cf_level *levels_buf; 458 struct cf_level *levels; in cf_get_method() 638 struct cf_level *lev; in cf_levels_method() 735 struct cf_level *level, *search; in cpufreq_insert_abs() 787 struct cf_level *fill, *search; in cpufreq_expand_set() 840 static struct cf_level * 845 struct cf_level *fill, *itr; in cpufreq_dup_set() 939 struct cf_level *levels; in cpufreq_curr_sysctl() [all …]
|
| H A D | cpufreq_if.m | 34 struct cf_level; 45 const struct cf_level *level; struct 54 struct cf_level *level; struct 62 struct cf_level *levels; struct
|
| /f-stack/freebsd/x86/x86/ |
| H A D | tsc.c | 90 static void tsc_freq_changed(void *arg, const struct cf_level *level, 92 static void tsc_freq_changing(void *arg, const struct cf_level *level, 715 struct cf_level *levels; in tsc_levels_changed() 749 tsc_freq_changing(void *arg, const struct cf_level *level, int *status) in tsc_freq_changing() 762 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|
| H A D | identcpu.c | 1326 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | prof_machdep.c | 307 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | prof_machdep.c | 387 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_thermal.c | 366 struct cf_level levels[MAX_CF_LEVELS]; 550 aw_thermal_cf_pre_change(void *arg, const struct cf_level *level, int *status) in aw_thermal_cf_pre_change()
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_subr.c | 865 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|