HomeSort by: relevance | last modified time | path
    Searched defs:bpg_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
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);
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);

Completed in 261 milliseconds