Searched refs:pages_highmem (Results 1 – 1 of 1) sorted by relevance
1702 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local1794 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()1796 if (alloc > pages_highmem) in hibernate_preallocate_memory()1797 alloc -= pages_highmem; in hibernate_preallocate_memory()1804 pages += pages_highmem; in hibernate_preallocate_memory()1805 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()1806 if (pages_highmem < alloc) { in hibernate_preallocate_memory()1808 alloc - pages_highmem); in hibernate_preallocate_memory()1811 pages += pages_highmem; in hibernate_preallocate_memory()1825 pages_highmem += size; in hibernate_preallocate_memory()[all …]