Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dmshv_root_main.c65 enum hv_scheduler_type hv_scheduler_type; variable
598 if (hv_scheduler_type == HV_SCHEDULER_TYPE_ROOT) in mshv_vp_ioctl_run_vp()
1759 if (hv_scheduler_type == HV_SCHEDULER_TYPE_ROOT) in destroy_partition()
2029 static const char *scheduler_type_to_string(enum hv_scheduler_type type) in scheduler_type_to_string()
2046 static int __init hv_retrieve_scheduler_type(enum hv_scheduler_type *out) in hv_retrieve_scheduler_type()
2079 ret = hv_retrieve_scheduler_type(&hv_scheduler_type); in mshv_retrieve_scheduler_type()
2084 scheduler_type_to_string(hv_scheduler_type)); in mshv_retrieve_scheduler_type()
2086 switch (hv_scheduler_type) { in mshv_retrieve_scheduler_type()
2095 hv_scheduler_type); in mshv_retrieve_scheduler_type()
2143 if (hv_scheduler_type != HV_SCHEDULER_TYPE_ROOT) in root_scheduler_init()
[all …]
H A Dmshv_root.h308 extern enum hv_scheduler_type hv_scheduler_type;
H A Dmshv_eventfd.c163 if (hv_scheduler_type != HV_SCHEDULER_TYPE_ROOT) in mshv_try_assert_irq_fast()
/linux-6.15/include/hyperv/
H A Dhvhdk_mini.h31 enum hv_scheduler_type { enum