Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/kernel/
Dapm.c865 unsigned int idle_percentage; in apm_cpu_idle() local
867 idle_percentage = current->times.tms_stime - last_stime; in apm_cpu_idle()
868 idle_percentage *= 100; in apm_cpu_idle()
869 idle_percentage /= jiffies_since_last_check; in apm_cpu_idle()
870 use_apm_idle = (idle_percentage > idle_threshold); in apm_cpu_idle()