Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h484 short int n_pts; member
559 if (mc->n_pts) in kvm_s390_mmu_cache_alloc_pt()
560 return mc->pts[--mc->n_pts]; in kvm_s390_mmu_cache_alloc_pt()
908 while (mc->n_pts) in kvm_s390_free_mmu_cache()
909 dat_free_pt(mc->pts[--mc->n_pts]); in kvm_s390_free_mmu_cache()
H A Ddat.c41 for ( ; mc->n_pts < KVM_S390_MMU_CACHE_N_PTS; mc->n_pts++) { in kvm_s390_mmu_cache_topup()
45 mc->pts[mc->n_pts] = o; in kvm_s390_mmu_cache_topup()