Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dapm_32.c920 unsigned int idle_percentage; in apm_cpu_idle() local
922 idle_percentage = stime - last_stime; in apm_cpu_idle()
923 idle_percentage *= 100; in apm_cpu_idle()
924 idle_percentage /= jiffies_since_last_check; in apm_cpu_idle()
925 use_apm_idle = (idle_percentage > idle_threshold); in apm_cpu_idle()