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()1822 if (hv_scheduler_type == HV_SCHEDULER_TYPE_ROOT) in destroy_partition()2160 static const char *scheduler_type_to_string(enum hv_scheduler_type type) in scheduler_type_to_string()2176 static int __init l1vh_retrieve_scheduler_type(enum hv_scheduler_type *out) in l1vh_retrieve_scheduler_type()2200 static int __init hv_retrieve_scheduler_type(enum hv_scheduler_type *out) in hv_retrieve_scheduler_type()2234 ret = l1vh_retrieve_scheduler_type(&hv_scheduler_type); in mshv_retrieve_scheduler_type()2236 ret = hv_retrieve_scheduler_type(&hv_scheduler_type); in mshv_retrieve_scheduler_type()2241 scheduler_type_to_string(hv_scheduler_type)); in mshv_retrieve_scheduler_type()2243 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