Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/mmu/
Dmmu.c1590 int rmap_count; in __rmap_add() local
1597 rmap_count = pte_list_add(cache, spte, rmap_head); in __rmap_add()
1599 if (rmap_count > kvm->stat.max_mmu_rmap_size) in __rmap_add()
1600 kvm->stat.max_mmu_rmap_size = rmap_count; in __rmap_add()
1601 if (rmap_count > RMAP_RECYCLE_THRESHOLD) { in __rmap_add()