Searched refs:pages_highmem (Results 1 – 1 of 1) sorted by relevance
1828 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local1927 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()1929 if (alloc > pages_highmem) in hibernate_preallocate_memory()1930 alloc -= pages_highmem; in hibernate_preallocate_memory()1937 pages += pages_highmem; in hibernate_preallocate_memory()1938 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()1939 if (pages_highmem < alloc) { in hibernate_preallocate_memory()1941 alloc - pages_highmem); in hibernate_preallocate_memory()1944 pages += pages_highmem; in hibernate_preallocate_memory()1958 pages_highmem += size; in hibernate_preallocate_memory()[all …]