Searched refs:pages_highmem (Results 1 – 1 of 1) sorted by relevance
1559 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local1650 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()1652 if (alloc > pages_highmem) in hibernate_preallocate_memory()1653 alloc -= pages_highmem; in hibernate_preallocate_memory()1660 pages += pages_highmem; in hibernate_preallocate_memory()1661 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()1662 if (pages_highmem < alloc) in hibernate_preallocate_memory()1664 pages += pages_highmem; in hibernate_preallocate_memory()1678 pages_highmem += size; in hibernate_preallocate_memory()1681 pages_highmem += preallocate_image_highmem(alloc - size); in hibernate_preallocate_memory()[all …]