Home
last modified time | relevance | path

Searched refs:balloon_alloc_pages (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/i86xpv/sys/
H A Dballoon_impl.h52 long balloon_alloc_pages(uint_t, mfn_t *);
/titanic_44/usr/src/uts/i86xpv/os/
H A Dballoon.c395 rv = balloon_alloc_pages(credit, mfn_frames); in balloon_inc_reservation()
784 balloon_alloc_pages(uint_t page_cnt, mfn_t *mfns) in balloon_alloc_pages() function
/titanic_44/usr/src/uts/common/xen/io/
H A Dxnb.c572 if (balloon_alloc_pages(BATCH_SIZE, mfns) != BATCH_SIZE) { in xnb_alloc_page()
579 if (balloon_alloc_pages(1, &mfn) != 1) { in xnb_alloc_page()