Lines Matching refs:to_alloc
1913 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_pages() local
1915 if (to_alloc > nr_highmem) in alloc_highmem_pages()
1916 to_alloc = nr_highmem; in alloc_highmem_pages()
1918 nr_highmem -= to_alloc; in alloc_highmem_pages()
1919 while (to_alloc-- > 0) { in alloc_highmem_pages()
2294 unsigned int to_alloc; in prepare_highmem_image() local
2302 to_alloc = count_free_highmem_pages(); in prepare_highmem_image()
2303 if (to_alloc > *nr_highmem_p) in prepare_highmem_image()
2304 to_alloc = *nr_highmem_p; in prepare_highmem_image()
2306 *nr_highmem_p = to_alloc; in prepare_highmem_image()
2309 while (to_alloc-- > 0) { in prepare_highmem_image()