Searched refs:xc_scale (Results 1 – 2 of 2) sorted by relevance
75 uint64_t xc_scale = 1; /* scale used to calculate timeout limits */ variable102 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()
1375 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()