Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c224 static u_long cpu_idle_repeat_max = CPU_IDLE_REPEAT_DEFAULT; variable
699 cpu_idle_repeat_max = 256 * cpu_mwait_deep_hints_cnt; in cpu_mwait_attach()
1166 stat->repeat = stat->repeat_last = cpu_idle_repeat_max; in cpu_idle()
1229 if (stat->repeat > cpu_idle_repeat_max) in cpu_idle()
1230 stat->repeat = cpu_idle_repeat_max; in cpu_idle()