Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
H A Dcpufreq_boost.c142 static int load_cpu(int max_freq_khz) in load_cpu() argument
147 const int max_sum = max_freq_khz / 1000; in load_cpu()
172 int boost_time, boost_off_time, max_freq_khz; in test_run() local
173 SAFE_FILE_SCANF(cleanup, maxspeed, "%d", &max_freq_khz); in test_run()
174 tst_resm(TINFO, "maximum speed is %d KHz", max_freq_khz); in test_run()
180 boost_time = load_cpu(max_freq_khz); in test_run()
185 boost_off_time = load_cpu(max_freq_khz); in test_run()

Completed in 2 milliseconds