Lines Matching refs:alloc_normal
1442 static unsigned int alloc_normal, alloc_highmem; variable
1504 alloc_normal = 0; in swsusp_free()
1534 alloc_normal++; in preallocate_image_pages()
1547 if (avail_normal <= alloc_normal) in preallocate_image_memory()
1550 alloc = avail_normal - alloc_normal; in preallocate_image_memory()
1601 if (alloc_normal >= save) { in free_unnecessary_pages()
1602 to_free_normal = alloc_normal - save; in free_unnecessary_pages()
1606 save -= alloc_normal; in free_unnecessary_pages()
1636 alloc_normal--; in free_unnecessary_pages()
1720 alloc_normal = 0; in hibernate_preallocate_memory()
1878 unsigned int free = alloc_normal; in enough_free_mem()
1956 if (nr_pages > alloc_normal) { in swsusp_alloc()
1957 nr_pages -= alloc_normal; in swsusp_alloc()