Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h888 int freq_threshold_; variable
H A Dworker.cc3486 freq_threshold_(freq_threshold), in CpuFreqThread()
3614 if (freq < freq_threshold_) { in Work()
3618 "threshold %d MHz.\n", cpu, freq, freq_threshold_); in Work()