Searched refs:hv_scheduler_type (Results 1 – 4 of 4) sorted by relevance
51 enum hv_scheduler_type hv_scheduler_type; variable685 if (hv_scheduler_type == HV_SCHEDULER_TYPE_ROOT) in mshv_vp_ioctl_run_vp()1750 if (hv_scheduler_type == HV_SCHEDULER_TYPE_ROOT) in destroy_partition()2077 static const char *scheduler_type_to_string(enum hv_scheduler_type type) in scheduler_type_to_string()2093 static int __init l1vh_retrieve_scheduler_type(enum hv_scheduler_type *out) in l1vh_retrieve_scheduler_type()2117 static int __init hv_retrieve_scheduler_type(enum hv_scheduler_type *out) in hv_retrieve_scheduler_type()2151 ret = l1vh_retrieve_scheduler_type(&hv_scheduler_type); in mshv_retrieve_scheduler_type()2153 ret = hv_retrieve_scheduler_type(&hv_scheduler_type); in mshv_retrieve_scheduler_type()2158 scheduler_type_to_string(hv_scheduler_type)); in mshv_retrieve_scheduler_type()2160 switch (hv_scheduler_type) { in mshv_retrieve_scheduler_type()[all …]
364 extern enum hv_scheduler_type hv_scheduler_type;
164 if (hv_scheduler_type != HV_SCHEDULER_TYPE_ROOT) in mshv_try_assert_irq_fast()
33 enum hv_scheduler_type { enum