Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dsnapshot.c1775 * minimum_image_size - Estimate the minimum acceptable size of an image.
1789 static unsigned long minimum_image_size(unsigned long saveable) in minimum_image_size() function
1822 * acceptable image size returned by minimum_image_size(), whichever is greater.
1899 pages = minimum_image_size(saveable); in hibernate_preallocate_memory()