Lines Matching refs:pages_highmem
1784 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local
1883 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()
1885 if (alloc > pages_highmem) in hibernate_preallocate_memory()
1886 alloc -= pages_highmem; in hibernate_preallocate_memory()
1893 pages += pages_highmem; in hibernate_preallocate_memory()
1894 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()
1895 if (pages_highmem < alloc) { in hibernate_preallocate_memory()
1897 alloc - pages_highmem); in hibernate_preallocate_memory()
1900 pages += pages_highmem; in hibernate_preallocate_memory()
1914 pages_highmem += size; in hibernate_preallocate_memory()
1917 pages_highmem += preallocate_image_highmem(alloc - size); in hibernate_preallocate_memory()
1918 pages += pages_highmem + size; in hibernate_preallocate_memory()