Lines Matching refs:alloc_highmem
1301 unsigned int alloc_normal, alloc_highmem; variable
1364 alloc_highmem = 0; in swsusp_free()
1390 alloc_highmem++; in preallocate_image_pages()
1469 if (alloc_highmem >= save) { in free_unnecessary_pages()
1470 to_free_highmem = alloc_highmem - save; in free_unnecessary_pages()
1473 save -= alloc_highmem; in free_unnecessary_pages()
1491 alloc_highmem--; in free_unnecessary_pages()
1579 alloc_highmem = 0; in hibernate_preallocate_memory()
1717 unsigned int free_highmem = count_free_highmem_pages() + alloc_highmem; in count_pages_for_highmem()
1813 if (nr_highmem > alloc_highmem) { in swsusp_alloc()
1814 nr_highmem -= alloc_highmem; in swsusp_alloc()