Symbol: cpufreq_stats
drivers/cpufreq/cpufreq_stats.c
106
struct cpufreq_stats *stats = policy->stats;
drivers/cpufreq/cpufreq_stats.c
126
struct cpufreq_stats *stats = policy->stats;
drivers/cpufreq/cpufreq_stats.c
185
static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq)
drivers/cpufreq/cpufreq_stats.c
196
struct cpufreq_stats *stats = policy->stats;
drivers/cpufreq/cpufreq_stats.c
213
struct cpufreq_stats *stats;
drivers/cpufreq/cpufreq_stats.c
268
struct cpufreq_stats *stats = policy->stats;
drivers/cpufreq/cpufreq_stats.c
30
static void cpufreq_stats_update(struct cpufreq_stats *stats,
drivers/cpufreq/cpufreq_stats.c
39
static void cpufreq_stats_reset_table(struct cpufreq_stats *stats)
drivers/cpufreq/cpufreq_stats.c
60
struct cpufreq_stats *stats = policy->stats;
drivers/cpufreq/cpufreq_stats.c
71
struct cpufreq_stats *stats = policy->stats;
include/linux/cpufreq.h
159
struct cpufreq_stats *stats;
tools/power/cpupower/lib/cpufreq.c
725
struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
tools/power/cpupower/lib/cpufreq.c
728
struct cpufreq_stats *first = NULL;
tools/power/cpupower/lib/cpufreq.c
729
struct cpufreq_stats *current = NULL;
tools/power/cpupower/lib/cpufreq.c
785
void cpufreq_put_stats(struct cpufreq_stats *any)
tools/power/cpupower/lib/cpufreq.c
787
struct cpufreq_stats *tmp, *next;
tools/power/cpupower/lib/cpufreq.h
177
struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
tools/power/cpupower/lib/cpufreq.h
180
void cpufreq_put_stats(struct cpufreq_stats *stats);
tools/power/cpupower/lib/cpufreq.h
39
struct cpufreq_stats *next;
tools/power/cpupower/lib/cpufreq.h
40
struct cpufreq_stats *first;
tools/power/cpupower/utils/cpufreq-info.c
420
struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time);