Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c115 static int load_cpu(int max_freq_khz) in load_cpu() argument
120 const int max_sum = max_freq_khz / 1000; in load_cpu()
145 int boost_time, boost_off_time, max_freq_khz; in test_run() local
146 SAFE_FILE_SCANF(cleanup, maxspeed, "%d", &max_freq_khz); in test_run()
147 tst_resm(TINFO, "maximum speed is %d KHz", max_freq_khz); in test_run()
153 boost_time = load_cpu(max_freq_khz); in test_run()
158 boost_off_time = load_cpu(max_freq_khz); in test_run()