Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c520 u_long repeat_last; member
1136 idx = (stat->repeat + stat->repeat_last + stat->repeat_delta) >> in cpu_mwait_cx_hint()
1166 stat->repeat = stat->repeat_last = cpu_idle_repeat_max; in cpu_idle()
1228 stat->repeat = (stat->repeat + stat->repeat_last) >> 1; in cpu_idle()
1231 stat->repeat_last = 0; in cpu_idle()
1234 ++stat->repeat_last; in cpu_idle()