Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root_main.c69 static void * __percpu *root_scheduler_output; variable
404 output = *this_cpu_ptr(root_scheduler_output); in mshv_vp_dispatch()
2107 outputarg = (void **)this_cpu_ptr(root_scheduler_output); in mshv_root_scheduler_init()
2125 outputarg = (void **)this_cpu_ptr(root_scheduler_output); in mshv_root_scheduler_cleanup()
2147 root_scheduler_output = alloc_percpu(void *); in root_scheduler_init()
2149 if (!root_scheduler_input || !root_scheduler_output) { in root_scheduler_init()
2170 free_percpu(root_scheduler_output); in root_scheduler_init()
2182 free_percpu(root_scheduler_output); in root_scheduler_deinit()