Searched refs:need_topup (Results 1 – 1 of 1) sorted by relevance
6656 static inline bool need_topup(struct kvm_mmu_memory_cache *cache, int min) in need_topup() function6671 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) || in need_topup_split_caches_or_resched()6672 need_topup(&kvm->arch.split_page_header_cache, 1) || in need_topup_split_caches_or_resched()6673 need_topup(&kvm->arch.split_shadow_page_cache, 1); in need_topup_split_caches_or_resched()