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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsnapshot.c1096 * preallocate_image_pages - Allocate a number of pages for hibernation image
1102 static unsigned long preallocate_image_pages(unsigned long nr_pages, gfp_t mask) function
1136 return preallocate_image_pages(alloc, GFP_IMAGE);
1142 return preallocate_image_pages(nr_pages, GFP_IMAGE | __GFP_HIGHMEM);
1161 return preallocate_image_pages(alloc, GFP_IMAGE | __GFP_HIGHMEM);

Completed in 30 milliseconds