Searched defs:dbs_data (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/cpufreq/ |
D | cpufreq_governor.c | 25 static struct attribute_group *get_sysfs_attr(struct dbs_data *dbs_data) in get_sysfs_attr() 33 void dbs_check_cpu(struct dbs_data *dbs_data, int cpu) in dbs_check_cpu() 161 static inline void __gov_queue_work(int cpu, struct dbs_data *dbs_data, in __gov_queue_work() 169 void gov_queue_work(struct dbs_data *dbs_data, struct cpufreq_policy *policy, in gov_queue_work() 190 static inline void gov_cancel_work(struct dbs_data *dbs_data, in gov_cancel_work() 226 struct dbs_data *dbs_data; in dbs_timer() local 263 static void set_sampling_rate(struct dbs_data *dbs_data, in set_sampling_rate() 307 struct dbs_data *dbs_data, in cpufreq_governor_init() 382 struct dbs_data *dbs_data) in cpufreq_governor_exit() 411 struct dbs_data *dbs_data) in cpufreq_governor_start() [all …]
|
D | cpufreq_conservative.c | 64 struct dbs_data *dbs_data = policy->governor_data; in cs_check_cpu() local 119 struct dbs_data *dbs_data, bool modify_all) in cs_dbs_timer() 162 static ssize_t store_sampling_down_factor(struct dbs_data *dbs_data, in store_sampling_down_factor() 177 static ssize_t store_sampling_rate(struct dbs_data *dbs_data, const char *buf, in store_sampling_rate() 192 static ssize_t store_up_threshold(struct dbs_data *dbs_data, const char *buf, in store_up_threshold() 207 static ssize_t store_down_threshold(struct dbs_data *dbs_data, const char *buf, in store_down_threshold() 224 static ssize_t store_ignore_nice_load(struct dbs_data *dbs_data, in store_ignore_nice_load() 256 static ssize_t store_freq_step(struct dbs_data *dbs_data, const char *buf, in store_freq_step() 328 static int cs_init(struct dbs_data *dbs_data, bool notify) in cs_init() 355 static void cs_exit(struct dbs_data *dbs_data, bool notify) in cs_exit()
|
D | cpufreq_ondemand.c | 85 struct dbs_data *dbs_data = policy->governor_data; in generic_powersave_bias_target() local 137 struct dbs_data *dbs_data = policy->governor_data; in dbs_freq_increase() local 159 struct dbs_data *dbs_data = policy->governor_data; in od_check_cpu() local 195 struct dbs_data *dbs_data, bool modify_all) in od_dbs_timer() 246 static void update_sampling_rate(struct dbs_data *dbs_data, in update_sampling_rate() 286 static ssize_t store_sampling_rate(struct dbs_data *dbs_data, const char *buf, in store_sampling_rate() 299 static ssize_t store_io_is_busy(struct dbs_data *dbs_data, const char *buf, in store_io_is_busy() 322 static ssize_t store_up_threshold(struct dbs_data *dbs_data, const char *buf, in store_up_threshold() 339 static ssize_t store_sampling_down_factor(struct dbs_data *dbs_data, in store_sampling_down_factor() 360 static ssize_t store_ignore_nice_load(struct dbs_data *dbs_data, in store_ignore_nice_load() [all …]
|
D | cpufreq_governor.h | 229 struct dbs_data { struct 230 struct common_dbs_data *cdata; argument 236 /* Governor specific ops, will be passed to dbs_data->gov_ops */ argument
|