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

/linux-master/virt/kvm/
H A Dkvm_main.c108 static struct kmem_cache *kvm_vcpu_cache; variable in typeref:struct:kmem_cache
519 kmem_cache_free(kvm_vcpu_cache, vcpu);
4269 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL_ACCOUNT);
4348 kmem_cache_free(kvm_vcpu_cache, vcpu);
6436 kvm_vcpu_cache =
6443 if (!kvm_vcpu_cache) {
6502 kmem_cache_destroy(kvm_vcpu_cache);
6526 kmem_cache_destroy(kvm_vcpu_cache);

Completed in 191 milliseconds