Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dsnapshot.c1643 * preallocate_image_pages - Allocate a number of pages for hibernation image.
1649 static unsigned long preallocate_image_pages(unsigned long nr_pages, gfp_t mask)
1683 return preallocate_image_pages(alloc, GFP_IMAGE); in preallocate_image_memory()
1689 return preallocate_image_pages(nr_pages, GFP_IMAGE | __GFP_HIGHMEM);
1706 return preallocate_image_pages(alloc, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_highmem_fraction()
1652 static unsigned long preallocate_image_pages(unsigned long nr_pages, gfp_t mask) preallocate_image_pages() function