Lines Matching refs:to_alloc
1952 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_pages() local
1954 if (to_alloc > nr_highmem) in alloc_highmem_pages()
1955 to_alloc = nr_highmem; in alloc_highmem_pages()
1957 nr_highmem -= to_alloc; in alloc_highmem_pages()
1958 while (to_alloc-- > 0) { in alloc_highmem_pages()
2333 unsigned int to_alloc; in prepare_highmem_image() local
2341 to_alloc = count_free_highmem_pages(); in prepare_highmem_image()
2342 if (to_alloc > *nr_highmem_p) in prepare_highmem_image()
2343 to_alloc = *nr_highmem_p; in prepare_highmem_image()
2345 *nr_highmem_p = to_alloc; in prepare_highmem_image()
2348 while (to_alloc-- > 0) { in prepare_highmem_image()