Searched refs:pages_highmem (Results 1 – 1 of 1) sorted by relevance
1697 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local1788 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()1790 if (alloc > pages_highmem) in hibernate_preallocate_memory()1791 alloc -= pages_highmem; in hibernate_preallocate_memory()1798 pages += pages_highmem; in hibernate_preallocate_memory()1799 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()1800 if (pages_highmem < alloc) in hibernate_preallocate_memory()1802 pages += pages_highmem; in hibernate_preallocate_memory()1816 pages_highmem += size; in hibernate_preallocate_memory()1819 pages_highmem += preallocate_image_highmem(alloc - size); in hibernate_preallocate_memory()[all …]