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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dapm_32.c694 unsigned int idle_percentage; local
696 idle_percentage = current->stime - last_stime;
697 idle_percentage *= 100;
698 idle_percentage /= jiffies_since_last_check;
699 use_apm_idle = (idle_percentage > idle_threshold);

Completed in 163 milliseconds