Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c145 int boost_time, boost_off_time, max_freq_khz; in test_run() local
158 boost_off_time = load_cpu(max_freq_khz); in test_run()
160 boost_off_time *= .98; in test_run()
162 tst_resm((boost_time < boost_off_time) ? TPASS : TFAIL, in test_run()