Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c6288 static inline bool need_topup(struct kvm_mmu_memory_cache *cache, int min) in need_topup() function
6303 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) || in need_topup_split_caches_or_resched()
6304 need_topup(&kvm->arch.split_page_header_cache, 1) || in need_topup_split_caches_or_resched()
6305 need_topup(&kvm->arch.split_shadow_page_cache, 1); in need_topup_split_caches_or_resched()

Completed in 9 milliseconds