Home
last modified time | relevance | path

Searched defs:dbs_governor (Results 1 – 7 of 7) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h34440 struct dbs_governor { struct
34441 struct cpufreq_governor gov;
34442 struct kobj_type kobj_type;
34443 struct dbs_data *gdbs_data;
34444 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);
34445 struct policy_dbs_info * (*alloc)();
34446 void (*free)(struct policy_dbs_info *);
34447 int (*init)(struct dbs_data *);
34448 void (*exit)(struct dbs_data *);
34449 void (*start)(struct cpufreq_policy *);
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h33442 struct dbs_governor { struct
33443 struct cpufreq_governor gov;
33444 struct kobj_type kobj_type;
33445 struct dbs_data *gdbs_data;
33446 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);
33447 struct policy_dbs_info * (*alloc)();
33448 void (*free)(struct policy_dbs_info *);
33449 int (*init)(struct dbs_data *);
33450 void (*exit)(struct dbs_data *);
33451 void (*start)(struct cpufreq_policy *);
Dvmlinux.h33442 struct dbs_governor { struct
33443 struct cpufreq_governor gov;
33444 struct kobj_type kobj_type;
33445 struct dbs_data *gdbs_data;
33446 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);
33447 struct policy_dbs_info * (*alloc)();
33448 void (*free)(struct policy_dbs_info *);
33449 int (*init)(struct dbs_data *);
33450 void (*exit)(struct dbs_data *);
33451 void (*start)(struct cpufreq_policy *);
/external/bcc/libbpf-tools/x86/
Dvmlinux_518.h113996 struct dbs_governor { struct
113997 struct cpufreq_governor gov;
113998 struct kobj_type kobj_type;
113999 struct dbs_data *gdbs_data;
114000 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);
114001 struct policy_dbs_info * (*alloc)();
114002 void (*free)(struct policy_dbs_info *);
114003 int (*init)(struct dbs_data *);
114004 void (*exit)(struct dbs_data *);
114005 void (*start)(struct cpufreq_policy *);
Dvmlinux.h113996 struct dbs_governor { struct
113997 struct cpufreq_governor gov;
113998 struct kobj_type kobj_type;
113999 struct dbs_data *gdbs_data;
114000 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);
114001 struct policy_dbs_info * (*alloc)();
114002 void (*free)(struct policy_dbs_info *);
114003 int (*init)(struct dbs_data *);
114004 void (*exit)(struct dbs_data *);
114005 void (*start)(struct cpufreq_policy *);
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h121010 struct dbs_governor { struct
121011 struct cpufreq_governor gov;
121012 struct kobj_type kobj_type;
121013 struct dbs_data *gdbs_data;
121014 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);
121015 struct policy_dbs_info * (*alloc)();
121016 void (*free)(struct policy_dbs_info *);
121017 int (*init)(struct dbs_data *);
121018 void (*exit)(struct dbs_data *);
121019 void (*start)(struct cpufreq_policy *);
Dvmlinux_608.h121010 struct dbs_governor { struct
121011 struct cpufreq_governor gov;
121012 struct kobj_type kobj_type;
121013 struct dbs_data *gdbs_data;
121014 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);
121015 struct policy_dbs_info * (*alloc)();
121016 void (*free)(struct policy_dbs_info *);
121017 int (*init)(struct dbs_data *);
121018 void (*exit)(struct dbs_data *);
121019 void (*start)(struct cpufreq_policy *);