Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c471 __read_mostly static int cpu_idle_hlt = 1; variable
472 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hlt, CTLFLAG_RW,
473 &cpu_idle_hlt, 0, "Idle loop HLT enable");
496 if (cpu_idle_hlt && in cpu_idle()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c1102 static int cpu_idle_hlt = 2; variable
1103 SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hlt, CTLFLAG_RW,
1104 &cpu_idle_hlt, 0, "Idle loop HLT enable");
1245 switch(cpu_idle_hlt) { in cpu_idle()
1395 if ((cpu_idle_hlt == 1 || cpu_idle_hlt == 2) && in cpu_idle_halt()
2803 cpu_idle_hlt = 1; in hammer_time()
2808 cpu_idle_hlt = 3; in hammer_time()
2811 cpu_idle_hlt = 3; in hammer_time()
2818 TUNABLE_INT_FETCH("machdep.cpu_idle_hlt", &cpu_idle_hlt); in hammer_time()