Searched refs:alloc_normal (Results 1 – 1 of 1) sorted by relevance
1428 static unsigned int alloc_normal, alloc_highmem; variable1490 alloc_normal = 0; in swsusp_free()1520 alloc_normal++; in preallocate_image_pages()1533 if (avail_normal <= alloc_normal) in preallocate_image_memory()1536 alloc = avail_normal - alloc_normal; in preallocate_image_memory()1589 if (alloc_normal >= save) { in free_unnecessary_pages()1590 to_free_normal = alloc_normal - save; in free_unnecessary_pages()1594 save -= alloc_normal; in free_unnecessary_pages()1624 alloc_normal--; in free_unnecessary_pages()1704 alloc_normal = 0; in hibernate_preallocate_memory()[all …]