Home
last modified time | relevance | path

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

/tools/power/cpupower/lib/
Dcpufreq.h36 struct cpufreq_stats { struct
39 struct cpufreq_stats *next; argument
40 struct cpufreq_stats *first; argument
169 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
172 void cpufreq_put_stats(struct cpufreq_stats *stats);
Dcpufreq.c698 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu, in cpufreq_get_stats()
701 struct cpufreq_stats *first = NULL; in cpufreq_get_stats()
702 struct cpufreq_stats *current = NULL; in cpufreq_get_stats()
758 void cpufreq_put_stats(struct cpufreq_stats *any) in cpufreq_put_stats()
760 struct cpufreq_stats *tmp, *next; in cpufreq_put_stats()
/tools/power/cpupower/utils/
Dcpufreq-info.c437 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats()