Searched refs:n_crsts (Results 1 – 2 of 2) sorted by relevance
483 short int n_crsts; member566 if (mc->n_crsts) in kvm_s390_mmu_cache_alloc_crst()567 return mc->crsts[--mc->n_crsts]; in kvm_s390_mmu_cache_alloc_crst()910 while (mc->n_crsts) in kvm_s390_free_mmu_cache()911 _dat_free_crst(mc->crsts[--mc->n_crsts]); in kvm_s390_free_mmu_cache()
35 for ( ; mc->n_crsts < KVM_S390_MMU_CACHE_N_CRSTS; mc->n_crsts++) { in kvm_s390_mmu_cache_topup()39 mc->crsts[mc->n_crsts] = o; in kvm_s390_mmu_cache_topup()