Home
last modified time | relevance | path

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

/linux-6.6.21/virt/kvm/
Dkvm_main.c108 static struct kmem_cache *kvm_vcpu_cache; variable
521 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_vcpu_destroy()
3967 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL_ACCOUNT); in kvm_vm_ioctl_create_vcpu()
4046 kmem_cache_free(kvm_vcpu_cache, vcpu); in kvm_vm_ioctl_create_vcpu()
6069 kvm_vcpu_cache = in kvm_init()
6076 if (!kvm_vcpu_cache) { in kvm_init()
6130 kmem_cache_destroy(kvm_vcpu_cache); in kvm_init()
6154 kmem_cache_destroy(kvm_vcpu_cache); in kvm_exit()