Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dcpu-drivers.rst169 它應該總是在錯誤的情況下恢復到之前的頻率(即policy->restore_freq),即使我們之前切換到中間頻率。
216 注意:->target_index()應該在失敗的情況下恢復到policy->restore_freq,因爲core會爲此發送通知。
/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/
H A Dcpu-drivers.rst169 在发生错误的情况下总是应该恢复到之前的频率(即policy->restore_freq),即使我们已经切换到了
217 注意:->target_index()应该在发生失败的情况下将频率恢复到policy->restore_freq
/openbmc/linux/Documentation/cpu-freq/
H A Dcpu-drivers.rst175 It should always restore to earlier frequency (i.e. policy->restore_freq) in
234 NOTE: ->target_index() should restore to policy->restore_freq in case of
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.c2271 unsigned int restore_freq, intermediate_freq = 0; in __target_index() local
2280 restore_freq = policy->cur; in __target_index()
2319 freqs.new = restore_freq; in __target_index()