Searched refs:kvm_vcpu_cache (Results 1 – 1 of 1) sorted by relevance
106 static struct kmem_cache *kvm_vcpu_cache; variable519 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_vcpu_destroy()4233 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL_ACCOUNT); in kvm_vm_ioctl_create_vcpu()4312 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_vm_ioctl_create_vcpu()6467 kvm_vcpu_cache = in kvm_init()6474 if (!kvm_vcpu_cache) in kvm_init()6537 kmem_cache_destroy(kvm_vcpu_cache); in kvm_init()6558 kmem_cache_destroy(kvm_vcpu_cache); in kvm_exit()