Searched refs:od_tuners (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
H A Dcpufreq_ondemand.c86 struct od_dbs_tuners *od_tuners = dbs_data->tuners; generic_powersave_bias_target() local
97 freq_reduc = freq_req * od_tuners->powersave_bias / 1000; generic_powersave_bias_target()
116 jiffies_total = usecs_to_jiffies(od_tuners->sampling_rate); generic_powersave_bias_target()
138 struct od_dbs_tuners *od_tuners = dbs_data->tuners; dbs_freq_increase() local
140 if (od_tuners->powersave_bias) dbs_freq_increase()
146 __cpufreq_driver_target(policy, freq, od_tuners->powersave_bias ? dbs_freq_increase()
160 struct od_dbs_tuners *od_tuners = dbs_data->tuners; od_check_cpu() local
165 if (load > od_tuners->up_threshold) { od_check_cpu()
169 od_tuners->sampling_down_factor; od_check_cpu()
182 if (!od_tuners->powersave_bias) { od_check_cpu()
201 struct od_dbs_tuners *od_tuners = dbs_data->tuners; od_dbs_timer() local
224 delay = delay_for_sampling_rate(od_tuners->sampling_rate od_dbs_timer()
249 struct od_dbs_tuners *od_tuners = dbs_data->tuners; update_sampling_rate() local
252 od_tuners->sampling_rate = new_rate = max(new_rate, update_sampling_rate()
302 struct od_dbs_tuners *od_tuners = dbs_data->tuners; store_io_is_busy() local
310 od_tuners->io_is_busy = !!input; store_io_is_busy()
317 &dbs_info->cdbs.prev_cpu_wall, od_tuners->io_is_busy); for_each_online_cpu()
325 struct od_dbs_tuners *od_tuners = dbs_data->tuners; store_up_threshold() local
335 od_tuners->up_threshold = input; store_up_threshold()
342 struct od_dbs_tuners *od_tuners = dbs_data->tuners; store_sampling_down_factor() local
349 od_tuners->sampling_down_factor = input; store_sampling_down_factor()
363 struct od_dbs_tuners *od_tuners = dbs_data->tuners; store_ignore_nice_load() local
376 if (input == od_tuners->ignore_nice_load) { /* nothing to do */ store_ignore_nice_load()
379 od_tuners->ignore_nice_load = input; store_ignore_nice_load()
386 &dbs_info->cdbs.prev_cpu_wall, od_tuners->io_is_busy); for_each_online_cpu()
387 if (od_tuners->ignore_nice_load) for_each_online_cpu()
398 struct od_dbs_tuners *od_tuners = dbs_data->tuners; store_powersave_bias() local
409 od_tuners->powersave_bias = input; store_powersave_bias()
536 struct od_dbs_tuners *od_tuners; od_set_powersave_bias() local
561 od_tuners = dbs_data->tuners; for_each_online_cpu()
562 od_tuners->powersave_bias = default_powersave_bias; for_each_online_cpu()
H A Dcpufreq_governor.c36 struct od_dbs_tuners *od_tuners = dbs_data->tuners; dbs_check_cpu() local
54 sampling_rate = od_tuners->sampling_rate; dbs_check_cpu()
57 ignore_nice = od_tuners->ignore_nice_load; dbs_check_cpu()
80 io_busy = od_tuners->io_is_busy; dbs_check_cpu()
248 struct od_dbs_tuners *od_tuners = dbs_data->tuners; dbs_timer() local
250 sampling_rate = od_tuners->sampling_rate; dbs_timer()
270 struct od_dbs_tuners *od_tuners = dbs_data->tuners; set_sampling_rate() local
271 od_tuners->sampling_rate = sampling_rate; set_sampling_rate()
432 struct od_dbs_tuners *od_tuners = dbs_data->tuners; cpufreq_governor_start() local
434 sampling_rate = od_tuners->sampling_rate; cpufreq_governor_start()
435 ignore_nice = od_tuners->ignore_nice_load; cpufreq_governor_start()
436 io_busy = od_tuners->io_is_busy; cpufreq_governor_start()
H A Damd_freq_sensitivity.c49 struct od_dbs_tuners *od_tuners = od_data->tuners; amd_powersave_bias_target() local
84 if (sensitivity < od_tuners->powersave_bias) { amd_powersave_bias_target()

Completed in 122 milliseconds