Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/mmu/
Dmmu.c1594 int rmap_count; in __rmap_add() local
1601 rmap_count = pte_list_add(cache, spte, rmap_head); in __rmap_add()
1603 if (rmap_count > kvm->stat.max_mmu_rmap_size) in __rmap_add()
1604 kvm->stat.max_mmu_rmap_size = rmap_count; in __rmap_add()
1605 if (rmap_count > RMAP_RECYCLE_THRESHOLD) { in __rmap_add()