Lines Matching refs:pages_highmem
1736 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local
1828 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()
1830 if (alloc > pages_highmem) in hibernate_preallocate_memory()
1831 alloc -= pages_highmem; in hibernate_preallocate_memory()
1838 pages += pages_highmem; in hibernate_preallocate_memory()
1839 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()
1840 if (pages_highmem < alloc) { in hibernate_preallocate_memory()
1842 alloc - pages_highmem); in hibernate_preallocate_memory()
1845 pages += pages_highmem; in hibernate_preallocate_memory()
1859 pages_highmem += size; in hibernate_preallocate_memory()
1862 pages_highmem += preallocate_image_highmem(alloc - size); in hibernate_preallocate_memory()
1863 pages += pages_highmem + size; in hibernate_preallocate_memory()