Searched defs:cpufreq_policy (Results 1 – 2 of 2) sorted by relevance
87 struct cpufreq_policy { struct88 cpumask_var_t cpus; /* CPUs requiring sw coordination */89 cpumask_var_t related_cpus; /* CPUs with any coordination */90 unsigned int shared_type; /* ANY or ALL affected CPUs92 unsigned int cpu; /* cpu nr of registered CPU */93 struct cpufreq_cpuinfo cpuinfo;/* see above */95 unsigned int min; /* in kHz */96 unsigned int max; /* in kHz */97 unsigned int cur; /* in kHz, only needed if cpufreq99 unsigned int policy; /* see above */[all …]
23 struct cpufreq_policy { struct24 unsigned long min;25 unsigned long max;26 char *governor;