Searched refs:kvm_vm_thread_fn_t (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dkvm_host.h2358 typedef int (*kvm_vm_thread_fn_t)(struct kvm *kvm, uintptr_t data); typedef
2360 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn,
/linux-master/virt/kvm/
H A Dkvm_main.c6541 kvm_vm_thread_fn_t thread_fn;
6555 kvm_vm_thread_fn_t thread_fn = init_context->thread_fn;
6610 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn,

Completed in 116 milliseconds