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