Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.c573 if (cache->nobjs >= min) in mmu_topup_memory_cache()
575 while (cache->nobjs < ARRAY_SIZE(cache->objects)) { in mmu_topup_memory_cache()
579 cache->objects[cache->nobjs++] = obj; in mmu_topup_memory_cache()
586 return cache->nobjs; in mmu_memory_cache_free_objects()
592 while (mc->nobjs) in mmu_free_memory_cache()
593 kmem_cache_free(cache, mc->objects[--mc->nobjs]); in mmu_free_memory_cache()
601 if (cache->nobjs >= min) in mmu_topup_memory_cache_page()
603 while (cache->nobjs < ARRAY_SIZE(cache->objects)) { in mmu_topup_memory_cache_page()
607 cache->objects[cache->nobjs++] = page; in mmu_topup_memory_cache_page()
614 while (mc->nobjs) in mmu_free_memory_cache_page()
[all …]
/arch/x86/include/asm/
Dkvm_host.h180 int nobjs; member