Home
last modified time | relevance | path

Searched refs:alloc_normal (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/kernel/power/
Dsnapshot.c1436 static unsigned int alloc_normal, alloc_highmem; variable
1498 alloc_normal = 0; in swsusp_free()
1528 alloc_normal++; in preallocate_image_pages()
1541 if (avail_normal <= alloc_normal) in preallocate_image_memory()
1544 alloc = avail_normal - alloc_normal; in preallocate_image_memory()
1597 if (alloc_normal >= save) { in free_unnecessary_pages()
1598 to_free_normal = alloc_normal - save; in free_unnecessary_pages()
1602 save -= alloc_normal; in free_unnecessary_pages()
1632 alloc_normal--; in free_unnecessary_pages()
1712 alloc_normal = 0; in hibernate_preallocate_memory()
[all …]