Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dcpufreq_conservative.c286 gov_sys_pol_attr_rw(sampling_rate);
287 gov_sys_pol_attr_rw(sampling_down_factor);
288 gov_sys_pol_attr_rw(up_threshold);
289 gov_sys_pol_attr_rw(down_threshold);
290 gov_sys_pol_attr_rw(ignore_nice_load);
291 gov_sys_pol_attr_rw(freq_step);
Dcpufreq_ondemand.c422 gov_sys_pol_attr_rw(sampling_rate);
423 gov_sys_pol_attr_rw(io_is_busy);
424 gov_sys_pol_attr_rw(up_threshold);
425 gov_sys_pol_attr_rw(sampling_down_factor);
426 gov_sys_pol_attr_rw(ignore_nice_load);
427 gov_sys_pol_attr_rw(powersave_bias);
Dcpufreq_governor.h66 #define gov_sys_pol_attr_rw(_name) \ macro