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.c55 static void * __percpu *root_scheduler_output; variable
417 output = *this_cpu_ptr(root_scheduler_output); in mshv_vp_dispatch()
2181 outputarg = (void **)this_cpu_ptr(root_scheduler_output); in mshv_root_scheduler_init()
2199 outputarg = (void **)this_cpu_ptr(root_scheduler_output); in mshv_root_scheduler_cleanup()
2221 root_scheduler_output = alloc_percpu(void *); in root_scheduler_init()
2223 if (!root_scheduler_input || !root_scheduler_output) { in root_scheduler_init()
2244 free_percpu(root_scheduler_output); in root_scheduler_init()
2256 free_percpu(root_scheduler_output); in root_scheduler_deinit()