Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c904 static int use_apm_idle; /* = 0 */ in apm_cpu_idle() local
916 use_apm_idle = 0; in apm_cpu_idle()
923 use_apm_idle = (idle_percentage > idle_threshold); in apm_cpu_idle()
925 use_apm_idle = 0; in apm_cpu_idle()
934 if (use_apm_idle) { in apm_cpu_idle()