Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c75 uint64_t xc_scale = 1; /* scale used to calculate timeout limits */ variable
102 if (freq * xc_scale > xc_mondo_time_limit) { in xc_func_timeout_adj()
103 xc_mondo_time_limit = freq * xc_scale; in xc_func_timeout_adj()
158 xc_mondo_time_limit = maxfreq * xc_scale; in xc_init()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1375 extern uint64_t xc_scale; in recalc_xc_timeouts()
1454 maxfreq = xc_mondo_time_limit / xc_scale; in recalc_xc_timeouts()
1473 scale = (xc_scale * tick_limit + sys_tick_freq / 2) / tick_limit_save; in recalc_xc_timeouts()
1489 xc_scale = scale; in recalc_xc_timeouts()