Home
last modified time | relevance | path

Searched defs:cpufreq_policy (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h13918 struct cpufreq_policy { struct
13919 cpumask_var_t cpus;
13920 cpumask_var_t related_cpus;
13921 cpumask_var_t real_cpus;
13922 unsigned int shared_type;
13923 unsigned int cpu;
13924 struct clk *clk;
13925 struct cpufreq_cpuinfo cpuinfo;
13926 unsigned int min;
13927 unsigned int max;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h22005 struct cpufreq_policy { struct
22006 cpumask_var_t cpus;
22007 cpumask_var_t related_cpus;
22008 cpumask_var_t real_cpus;
22009 unsigned int shared_type;
22010 unsigned int cpu;
22011 struct clk *clk;
22012 struct cpufreq_cpuinfo cpuinfo;
22013 unsigned int min;
22014 unsigned int max;
[all …]