Lines Matching refs:pages_highmem
1701 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local
1793 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()
1795 if (alloc > pages_highmem) in hibernate_preallocate_memory()
1796 alloc -= pages_highmem; in hibernate_preallocate_memory()
1803 pages += pages_highmem; in hibernate_preallocate_memory()
1804 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()
1805 if (pages_highmem < alloc) { in hibernate_preallocate_memory()
1807 alloc - pages_highmem); in hibernate_preallocate_memory()
1810 pages += pages_highmem; in hibernate_preallocate_memory()
1824 pages_highmem += size; in hibernate_preallocate_memory()
1827 pages_highmem += preallocate_image_highmem(alloc - size); in hibernate_preallocate_memory()
1828 pages += pages_highmem + size; in hibernate_preallocate_memory()