Lines Matching refs:alloc_normal
1565 static unsigned int alloc_normal, alloc_highmem; variable
1631 alloc_normal = 0; in swsusp_free()
1661 alloc_normal++; in preallocate_image_pages()
1674 if (avail_normal <= alloc_normal) in preallocate_image_memory()
1677 alloc = avail_normal - alloc_normal; in preallocate_image_memory()
1728 if (alloc_normal >= save) { in free_unnecessary_pages()
1729 to_free_normal = alloc_normal - save; in free_unnecessary_pages()
1733 save -= alloc_normal; in free_unnecessary_pages()
1763 alloc_normal--; in free_unnecessary_pages()
1853 alloc_normal = 0; in hibernate_preallocate_memory()
2012 unsigned int free = alloc_normal; in enough_free_mem()
2090 if (nr_pages > alloc_normal) { in swsusp_alloc()
2091 nr_pages -= alloc_normal; in swsusp_alloc()