Searched refs:max_mmu_page_hash_collisions (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1537 u64 max_mmu_page_hash_collisions; member in struct:kvm_vm_stat
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c2224 if (collisions > kvm->stat.max_mmu_page_hash_collisions)
2225 kvm->stat.max_mmu_page_hash_collisions = collisions;
/linux-master/arch/x86/kvm/
H A Dx86.c258 STATS_DESC_PCOUNTER(VM, max_mmu_page_hash_collisions)

Completed in 171 milliseconds