Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dsnapshot.c1567 static unsigned int alloc_normal, alloc_highmem;
1634 alloc_highmem = 0; in swsusp_free()
1661 alloc_highmem++; in preallocate_image_pages()
1738 if (alloc_highmem >= save) { in free_unnecessary_pages()
1739 to_free_highmem = alloc_highmem - save; in free_unnecessary_pages()
1742 save -= alloc_highmem; in free_unnecessary_pages()
1760 alloc_highmem--; in free_unnecessary_pages()
1856 alloc_highmem = 0; in hibernate_preallocate_memory()
1995 unsigned int free_highmem = count_free_highmem_pages() + alloc_highmem;
2087 if (nr_highmem > alloc_highmem) { in swsusp_alloc()
1570 static unsigned int alloc_normal, alloc_highmem; global() variable
[all...]