Lines Matching refs:to_alloc
2049 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_pages() local
2051 if (to_alloc > nr_highmem) in alloc_highmem_pages()
2052 to_alloc = nr_highmem; in alloc_highmem_pages()
2054 nr_highmem -= to_alloc; in alloc_highmem_pages()
2055 while (to_alloc-- > 0) { in alloc_highmem_pages()
2454 unsigned int to_alloc; in prepare_highmem_image() local
2462 to_alloc = count_free_highmem_pages(); in prepare_highmem_image()
2463 if (to_alloc > *nr_highmem_p) in prepare_highmem_image()
2464 to_alloc = *nr_highmem_p; in prepare_highmem_image()
2466 *nr_highmem_p = to_alloc; in prepare_highmem_image()
2469 while (to_alloc-- > 0) { in prepare_highmem_image()