Lines Matching refs:to_alloc
2047 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_pages() local
2049 if (to_alloc > nr_highmem) in alloc_highmem_pages()
2050 to_alloc = nr_highmem; in alloc_highmem_pages()
2052 nr_highmem -= to_alloc; in alloc_highmem_pages()
2053 while (to_alloc-- > 0) { in alloc_highmem_pages()
2451 unsigned int to_alloc; in prepare_highmem_image() local
2459 to_alloc = count_free_highmem_pages(); in prepare_highmem_image()
2460 if (to_alloc > *nr_highmem_p) in prepare_highmem_image()
2461 to_alloc = *nr_highmem_p; in prepare_highmem_image()
2463 *nr_highmem_p = to_alloc; in prepare_highmem_image()
2466 while (to_alloc-- > 0) { in prepare_highmem_image()