Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | balloon_stats |
Macros | |
#define | RETRY_UNLIMITED 0 |
Functions | |
void | balloon_set_new_target (unsigned long target) |
int | alloc_xenballooned_pages (int nr_pages, struct page **pages, bool highmem) |
void | free_xenballooned_pages (int nr_pages, struct page **pages) |
Variables | |
struct balloon_stats | balloon_stats |
alloc_xenballooned_pages - get pages that have been ballooned out : Number of pages to get : pages returned : allow highmem pages
Definition at line 153 of file enlighten.c.
free_xenballooned_pages - return pages retrieved with get_ballooned_pages : Number of pages : pages to return
Definition at line 163 of file enlighten.c.