Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c1642 int rmap_count; in __rmap_add() local
1649 rmap_count = pte_list_add(cache, spte, rmap_head); in __rmap_add()
1651 if (rmap_count > kvm->stat.max_mmu_rmap_size) in __rmap_add()
1652 kvm->stat.max_mmu_rmap_size = rmap_count; in __rmap_add()
1653 if (rmap_count > RMAP_RECYCLE_THRESHOLD) { in __rmap_add()