Home
last modified time | relevance | path

Searched refs:hv_scheduler_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hv/
H A Dmshv_root_main.c51 enum hv_scheduler_type hv_scheduler_type; variable
685 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 …]
H A Dmshv_root.h364 extern enum hv_scheduler_type hv_scheduler_type;
H A Dmshv_eventfd.c164 if (hv_scheduler_type != HV_SCHEDULER_TYPE_ROOT) in mshv_try_assert_irq_fast()
/linux/include/hyperv/
H A Dhvhdk_mini.h33 enum hv_scheduler_type { enum