Searched refs:xc_func_time_limit (Results 1 – 4 of 4) sorted by relevance
81 extern uint64_t xc_func_time_limit; in stopcpu_bycpuid()113 cpu_stop_time_limit = xc_func_time_limit; in stopcpu_bycpuid()
1374 extern uint64_t xc_func_time_limit; in recalc_xc_timeouts()1491 xc_func_time_limit = func_time_limit; in recalc_xc_timeouts()
73 uint64_t xc_func_time_limit; variable103 xc_func_time_limit = xc_mondo_time_limit * in xc_func_timeout_adj()164 xc_func_time_limit = xc_mondo_time_limit * xc_mondo_multiplier; in xc_init()470 if (loop_cnt++ > xc_func_time_limit) { in xc_one()522 if (loop_cnt++ > xc_func_time_limit) { in xc_one()887 if (loop_cnt++ > xc_func_time_limit) { in xc_dismissed()1012 if (loop_cnt > xc_func_time_limit) { in xc_loop()
50 extern uint64_t xc_func_time_limit;205 if (loop_cnt++ > xc_func_time_limit) { \