Searched refs:kvm_vm_thread_fn_t (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | kvm_host.h | 1505 typedef int (*kvm_vm_thread_fn_t)(struct kvm *kvm, uintptr_t data); typedef 1507 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kvm_host.h | 2284 typedef int (*kvm_vm_thread_fn_t)(struct kvm *kvm, uintptr_t data); typedef 2286 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn,
|
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | kvm_main.c | 5102 kvm_vm_thread_fn_t thread_fn; 5115 kvm_vm_thread_fn_t thread_fn = init_context->thread_fn; in kvm_vm_worker_thread() 5151 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn, in kvm_vm_create_worker_thread()
|
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | kvm_main.c | 6169 kvm_vm_thread_fn_t thread_fn; 6183 kvm_vm_thread_fn_t thread_fn = init_context->thread_fn; in kvm_vm_worker_thread() 6238 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn, in kvm_vm_create_worker_thread()
|
Completed in 20 milliseconds