HomeSort by relevance Sort by last modified time
    Searched full:max_freq_khz (Results 1 - 1 of 1) sorted by null

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

Completed in 70 milliseconds