Searched refs:timer_mode (Results 1 – 6 of 6) sorted by relevance
171 libxl_timer_mode = Enumeration("timer_mode", [521 ("timer_mode", libxl_timer_mode),545 … ("timer_mode", libxl_timer_mode, {'deprecated_by': 'timer_mode'}),
213 static unsigned long timer_mode(const libxl_domain_build_info *info) in timer_mode() function215 const libxl_timer_mode mode = info->timer_mode; in timer_mode()324 timer_mode(info)); in hvm_set_conf_params()336 timer_mode(info)); in hvm_set_conf_params()
413 if (libxl__timer_mode_is_default(&b_info->timer_mode)) in libxl__domain_build_info_setdefault()414 b_info->timer_mode = LIBXL_TIMER_MODE_NO_DELAY_FOR_MISSED_TICKS; in libxl__domain_build_info_setdefault()
105 libxl_timer_mode_to_string(b_info->timer_mode)); in printf_info_sexp()
1198 b_info->timer_mode = l; in parse_config_data()1206 if (libxl_timer_mode_from_string(buf, &b_info->timer_mode)) { in parse_config_data()
1910 =item B<timer_mode="MODE">2375 =item B<timer_mode="MODE">
Completed in 15 milliseconds