Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c172 int boost_time, boost_off_time, max_freq_khz; in test_run() local
185 boost_off_time = load_cpu(max_freq_khz); in test_run()
187 boost_off_time *= .98; in test_run()
189 tst_resm((boost_time < boost_off_time) ? TPASS : TFAIL, in test_run()