Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/lib/
H A Dcpufreq.h150 * Remember to call cpufreq_put_affected_cpus when no longer needed
157 void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *first);
H A Dcpufreq.c555 void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *any) in cpufreq_put_affected_cpus() function
578 cpufreq_put_affected_cpus(any); in cpufreq_put_related_cpus()
/linux/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.swg123 void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *first);
/linux/tools/power/cpupower/utils/
H A Dcpufreq-info.c375 cpufreq_put_affected_cpus(cpus); in get_affected_cpus()