Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dmmu.c1686 int rmap_count; in __rmap_add() local
1693 rmap_count = pte_list_add(kvm, cache, spte, rmap_head); in __rmap_add()
1695 if (rmap_count > kvm->stat.max_mmu_rmap_size) in __rmap_add()
1696 kvm->stat.max_mmu_rmap_size = rmap_count; in __rmap_add()
1697 if (rmap_count > RMAP_RECYCLE_THRESHOLD) { in __rmap_add()