Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c918 unsigned int idle_percentage; in apm_cpu_idle() local
920 idle_percentage = nsecs_to_jiffies(stime - last_stime); in apm_cpu_idle()
921 idle_percentage *= 100; in apm_cpu_idle()
922 idle_percentage /= jiffies_since_last_check; in apm_cpu_idle()
923 use_apm_idle = (idle_percentage > idle_threshold); in apm_cpu_idle()