Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c70 uint64_t xc_mondo_time_limit; 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()
104 xc_func_time_limit = xc_mondo_time_limit * in xc_func_timeout_adj()
158 xc_mondo_time_limit = maxfreq * xc_scale; in xc_init()
165 xc_func_time_limit = xc_mondo_time_limit * xc_mondo_multiplier; in xc_init()
792 if (loop_cnt++ > xc_mondo_time_limit) { in xc_attention()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1373 extern uint64_t xc_mondo_time_limit; in recalc_xc_timeouts()
1454 maxfreq = xc_mondo_time_limit / xc_scale; in recalc_xc_timeouts()
1490 xc_mondo_time_limit = mondo_time_limit; in recalc_xc_timeouts()