Lines Matching refs:to_alloc
1955 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_pages() local
1957 if (to_alloc > nr_highmem) in alloc_highmem_pages()
1958 to_alloc = nr_highmem; in alloc_highmem_pages()
1960 nr_highmem -= to_alloc; in alloc_highmem_pages()
1961 while (to_alloc-- > 0) { in alloc_highmem_pages()
2336 unsigned int to_alloc; in prepare_highmem_image() local
2344 to_alloc = count_free_highmem_pages(); in prepare_highmem_image()
2345 if (to_alloc > *nr_highmem_p) in prepare_highmem_image()
2346 to_alloc = *nr_highmem_p; in prepare_highmem_image()
2348 *nr_highmem_p = to_alloc; in prepare_highmem_image()
2351 while (to_alloc-- > 0) { in prepare_highmem_image()