Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c223 static u_int cpu_idle_repeat = CPU_IDLE_REPEAT_DEFAULT; variable
1105 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_repeat, CTLFLAG_RW,
1106 &cpu_idle_repeat, 0, "Idle entries before acpi hlt");
1265 if (gd->gd_idle_repeat >= cpu_idle_repeat) in cpu_idle()