Lines Matching refs:pages_highmem
1830 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local
1929 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()
1931 if (alloc > pages_highmem) in hibernate_preallocate_memory()
1932 alloc -= pages_highmem; in hibernate_preallocate_memory()
1939 pages += pages_highmem; in hibernate_preallocate_memory()
1940 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()
1941 if (pages_highmem < alloc) { in hibernate_preallocate_memory()
1943 alloc - pages_highmem); in hibernate_preallocate_memory()
1946 pages += pages_highmem; in hibernate_preallocate_memory()
1960 pages_highmem += size; in hibernate_preallocate_memory()
1963 pages_highmem += preallocate_image_highmem(alloc - size); in hibernate_preallocate_memory()
1964 pages += pages_highmem + size; in hibernate_preallocate_memory()