Symbol: cpufreq_affected_cpus
tools/power/cpupower/lib/cpufreq.c
494
static struct cpufreq_affected_cpus *sysfs_get_cpu_list(unsigned int cpu,
tools/power/cpupower/lib/cpufreq.c
497
struct cpufreq_affected_cpus *first = NULL;
tools/power/cpupower/lib/cpufreq.c
498
struct cpufreq_affected_cpus *current = NULL;
tools/power/cpupower/lib/cpufreq.c
550
struct cpufreq_affected_cpus *cpufreq_get_affected_cpus(unsigned int cpu)
tools/power/cpupower/lib/cpufreq.c
555
void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *any)
tools/power/cpupower/lib/cpufreq.c
557
struct cpufreq_affected_cpus *tmp, *next;
tools/power/cpupower/lib/cpufreq.c
571
struct cpufreq_affected_cpus *cpufreq_get_related_cpus(unsigned int cpu)
tools/power/cpupower/lib/cpufreq.c
576
void cpufreq_put_related_cpus(struct cpufreq_affected_cpus *any)
tools/power/cpupower/lib/cpufreq.h
154
struct cpufreq_affected_cpus *cpufreq_get_affected_cpus(unsigned
tools/power/cpupower/lib/cpufreq.h
157
void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *first);
tools/power/cpupower/lib/cpufreq.h
166
struct cpufreq_affected_cpus *cpufreq_get_related_cpus(unsigned
tools/power/cpupower/lib/cpufreq.h
169
void cpufreq_put_related_cpus(struct cpufreq_affected_cpus *first);
tools/power/cpupower/lib/cpufreq.h
32
struct cpufreq_affected_cpus *next;
tools/power/cpupower/lib/cpufreq.h
33
struct cpufreq_affected_cpus *first;
tools/power/cpupower/utils/cpufreq-info.c
376
struct cpufreq_affected_cpus *cpus = cpufreq_get_affected_cpus(cpu);
tools/power/cpupower/utils/cpufreq-info.c
397
struct cpufreq_affected_cpus *cpus = cpufreq_get_related_cpus(cpu);
tools/power/cpupower/utils/cpufreq-set.c
299
struct cpufreq_affected_cpus *cpus;