Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Dsnapshot.c1442 static unsigned int alloc_normal, alloc_highmem; variable
1505 alloc_highmem = 0; in swsusp_free()
1532 alloc_highmem++; in preallocate_image_pages()
1609 if (alloc_highmem >= save) { in free_unnecessary_pages()
1610 to_free_highmem = alloc_highmem - save; in free_unnecessary_pages()
1613 save -= alloc_highmem; in free_unnecessary_pages()
1631 alloc_highmem--; in free_unnecessary_pages()
1721 alloc_highmem = 0; in hibernate_preallocate_memory()
1859 unsigned int free_highmem = count_free_highmem_pages() + alloc_highmem; in count_pages_for_highmem()
1951 if (nr_highmem > alloc_highmem) { in swsusp_alloc()
[all …]