Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c494 define_one_global_rw(no_turbo);
495 define_one_global_rw(max_perf_pct);
496 define_one_global_rw(min_perf_pct);
Dcpufreq.c502 define_one_global_rw(boost);
/linux-4.4.14/include/linux/
Dcpufreq.h218 #define define_one_global_rw(_name) \ macro