Lines Matching refs:pages_highmem
1833 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local
1932 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()
1934 if (alloc > pages_highmem) in hibernate_preallocate_memory()
1935 alloc -= pages_highmem; in hibernate_preallocate_memory()
1942 pages += pages_highmem; in hibernate_preallocate_memory()
1943 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()
1944 if (pages_highmem < alloc) { in hibernate_preallocate_memory()
1946 alloc - pages_highmem); in hibernate_preallocate_memory()
1949 pages += pages_highmem; in hibernate_preallocate_memory()
1963 pages_highmem += size; in hibernate_preallocate_memory()
1966 pages_highmem += preallocate_image_highmem(alloc - size); in hibernate_preallocate_memory()
1967 pages += pages_highmem + size; in hibernate_preallocate_memory()