Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root_main.c68 static void * __percpu *root_scheduler_input; variable
403 input = *this_cpu_ptr(root_scheduler_input); in mshv_vp_dispatch()
2106 inputarg = (void **)this_cpu_ptr(root_scheduler_input); in mshv_root_scheduler_init()
2124 inputarg = (void **)this_cpu_ptr(root_scheduler_input); in mshv_root_scheduler_cleanup()
2146 root_scheduler_input = alloc_percpu(void *); in root_scheduler_init()
2149 if (!root_scheduler_input || !root_scheduler_output) { in root_scheduler_init()
2169 free_percpu(root_scheduler_input); in root_scheduler_init()
2181 free_percpu(root_scheduler_input); in root_scheduler_deinit()