Searched refs:nr_highmem (Results 1 – 1 of 1) sorted by relevance
1998 nr_highmem = 0; in count_pages_for_highmem()2000 nr_highmem -= free_highmem; in count_pages_for_highmem()2002 return nr_highmem; in count_pages_for_highmem()2051 if (to_alloc > nr_highmem) in alloc_highmem_pages()2052 to_alloc = nr_highmem; in alloc_highmem_pages()2054 nr_highmem -= to_alloc; in alloc_highmem_pages()2061 return nr_highmem; in alloc_highmem_pages()2084 if (nr_highmem > 0) { in swsusp_alloc()2088 nr_highmem -= alloc_highmem; in swsusp_alloc()2144 nr_pages += nr_highmem; in swsusp_save()[all …]