Home
last modified time | relevance | path

Searched refs:gov_sys_pol_attr_rw (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
Dcpufreq_conservative.c278 gov_sys_pol_attr_rw(sampling_rate);
279 gov_sys_pol_attr_rw(sampling_down_factor);
280 gov_sys_pol_attr_rw(up_threshold);
281 gov_sys_pol_attr_rw(down_threshold);
282 gov_sys_pol_attr_rw(ignore_nice_load);
283 gov_sys_pol_attr_rw(freq_step);
Dcpufreq_ondemand.c436 gov_sys_pol_attr_rw(sampling_rate);
437 gov_sys_pol_attr_rw(io_is_busy);
438 gov_sys_pol_attr_rw(up_threshold);
439 gov_sys_pol_attr_rw(sampling_down_factor);
440 gov_sys_pol_attr_rw(ignore_nice_load);
441 gov_sys_pol_attr_rw(powersave_bias);
Dcpufreq_governor.h66 #define gov_sys_pol_attr_rw(_name) \ macro