Searched refs:idle_percentage (Results 1 – 1 of 1) sorted by relevance
865 unsigned int idle_percentage; in apm_cpu_idle() local867 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()