Lines Matching refs:pages_highmem
1563 unsigned long alloc, save_highmem, pages_highmem, avail_normal; in hibernate_preallocate_memory() local
1654 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()
1656 if (alloc > pages_highmem) in hibernate_preallocate_memory()
1657 alloc -= pages_highmem; in hibernate_preallocate_memory()
1664 pages += pages_highmem; in hibernate_preallocate_memory()
1665 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()
1666 if (pages_highmem < alloc) in hibernate_preallocate_memory()
1668 pages += pages_highmem; in hibernate_preallocate_memory()
1682 pages_highmem += size; in hibernate_preallocate_memory()
1685 pages_highmem += preallocate_image_highmem(alloc - size); in hibernate_preallocate_memory()
1686 pages += pages_highmem + size; in hibernate_preallocate_memory()