Lines Matching refs:to_alloc
1906 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_pages() local
1908 if (to_alloc > nr_highmem) in alloc_highmem_pages()
1909 to_alloc = nr_highmem; in alloc_highmem_pages()
1911 nr_highmem -= to_alloc; in alloc_highmem_pages()
1912 while (to_alloc-- > 0) { in alloc_highmem_pages()
2292 unsigned int to_alloc; in prepare_highmem_image() local
2300 to_alloc = count_free_highmem_pages(); in prepare_highmem_image()
2301 if (to_alloc > *nr_highmem_p) in prepare_highmem_image()
2302 to_alloc = *nr_highmem_p; in prepare_highmem_image()
2304 *nr_highmem_p = to_alloc; in prepare_highmem_image()
2307 while (to_alloc-- > 0) { in prepare_highmem_image()