balloon.c | 371 struct balloon_page_entry *bpg_entry; local in function:balloon_inflate 388 bpg_entry = pool_cache_get(sc->bpge_pool, PR_WAITOK); 389 if (bpg_entry == NULL) { 394 pa = VM_PAGE_TO_PHYS(bpg_entry->pg); 402 bpg_entry, entry); 437 struct balloon_page_entry *bpg_entry; local in function:balloon_deflate 533 bpg_entry = SLIST_FIRST(&balloon_sc->balloon_page_entries); 538 pa = VM_PAGE_TO_PHYS(bpg_entry->pg); 546 pool_cache_put(sc->bpge_pool, bpg_entry);
|