Lines Matching refs:to_alloc
2052 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_pages() local
2054 if (to_alloc > nr_highmem) in alloc_highmem_pages()
2055 to_alloc = nr_highmem; in alloc_highmem_pages()
2057 nr_highmem -= to_alloc; in alloc_highmem_pages()
2058 while (to_alloc-- > 0) { in alloc_highmem_pages()
2457 unsigned int to_alloc; in prepare_highmem_image() local
2465 to_alloc = count_free_highmem_pages(); in prepare_highmem_image()
2466 if (to_alloc > *nr_highmem_p) in prepare_highmem_image()
2467 to_alloc = *nr_highmem_p; in prepare_highmem_image()
2469 *nr_highmem_p = to_alloc; in prepare_highmem_image()
2472 while (to_alloc-- > 0) { in prepare_highmem_image()