Searched refs:hv_scheduler_type (Results 1 – 4 of 4) sorted by relevance
51 enum hv_scheduler_type hv_scheduler_type; variable715 if (hv_scheduler_type == HV_SCHEDULER_TYPE_ROOT) in mshv_vp_ioctl_run_vp()1799 if (hv_scheduler_type == HV_SCHEDULER_TYPE_ROOT) in destroy_partition()2137 static const char *scheduler_type_to_string(enum hv_scheduler_type type) in scheduler_type_to_string()2153 static int __init l1vh_retrieve_scheduler_type(enum hv_scheduler_type *out) in l1vh_retrieve_scheduler_type()2177 static int __init hv_retrieve_scheduler_type(enum hv_scheduler_type *out) in hv_retrieve_scheduler_type()2211 ret = l1vh_retrieve_scheduler_type(&hv_scheduler_type); in mshv_retrieve_scheduler_type()2213 ret = hv_retrieve_scheduler_type(&hv_scheduler_type); in mshv_retrieve_scheduler_type()2218 scheduler_type_to_string(hv_scheduler_type)); in mshv_retrieve_scheduler_type()2220 switch (hv_scheduler_type) { in mshv_retrieve_scheduler_type()[all …]
365 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