Searched refs:to_alloc (Results 1 – 1 of 1) sorted by relevance
2003 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_pages() local2005 if (to_alloc > nr_highmem) in alloc_highmem_pages()2006 to_alloc = nr_highmem; in alloc_highmem_pages()2008 nr_highmem -= to_alloc; in alloc_highmem_pages()2009 while (to_alloc-- > 0) { in alloc_highmem_pages()2409 unsigned int to_alloc; in prepare_highmem_image() local2417 to_alloc = count_free_highmem_pages(); in prepare_highmem_image()2418 if (to_alloc > *nr_highmem_p) in prepare_highmem_image()2419 to_alloc = *nr_highmem_p; in prepare_highmem_image()2421 *nr_highmem_p = to_alloc; in prepare_highmem_image()[all …]