Searched refs:min_pages (Results 1 – 3 of 3) sorted by relevance
103 int refill_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages,
458 int refill_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages, in refill_memcache() argument464 ret = __topup_hyp_memcache(mc, min_pages, admit_host_page, in refill_memcache()
106 unsigned long min_pages, in __topup_hyp_memcache() argument111 while (mc->nr_pages < min_pages) { in __topup_hyp_memcache()