Lines Matching refs:alloc_normal
1484 static unsigned int alloc_normal, alloc_highmem; variable
1546 alloc_normal = 0; in swsusp_free()
1576 alloc_normal++; in preallocate_image_pages()
1589 if (avail_normal <= alloc_normal) in preallocate_image_memory()
1592 alloc = avail_normal - alloc_normal; in preallocate_image_memory()
1643 if (alloc_normal >= save) { in free_unnecessary_pages()
1644 to_free_normal = alloc_normal - save; in free_unnecessary_pages()
1648 save -= alloc_normal; in free_unnecessary_pages()
1678 alloc_normal--; in free_unnecessary_pages()
1762 alloc_normal = 0; in hibernate_preallocate_memory()
1920 unsigned int free = alloc_normal; in enough_free_mem()
1998 if (nr_pages > alloc_normal) { in swsusp_alloc()
1999 nr_pages -= alloc_normal; in swsusp_alloc()