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

/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);
4268 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL_ACCOUNT);
4347 kmem_cache_free(kvm_vcpu_cache, vcpu);
6435 kvm_vcpu_cache =
6442 if (!kvm_vcpu_cache) {
6501 kmem_cache_destroy(kvm_vcpu_cache);
6525 kmem_cache_destroy(kvm_vcpu_cache);

Completed in 184 milliseconds