Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dcpu.c98 static int cpu_idle_max_stop_state = 2; variable
99 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_max_stop_state,
100 CTLFLAG_RW, &cpu_idle_max_stop_state, 0, "");
821 int max_stop_state = cpu_idle_max_stop_state; in cpu_idle_powerx()
826 cpu_idle_max_stop_state = -1; in cpu_idle_powerx()
834 cpu_idle_max_stop_state = max_stop_state; in cpu_idle_powerx()
858 int max_stop_state = cpu_idle_max_stop_state; in cpu_idle_power9()
863 cpu_idle_max_stop_state = -1; in cpu_idle_power9()
876 cpu_idle_max_stop_state = max_stop_state; in cpu_idle_power9()