Home
last modified time | relevance | path

Searched refs:to_alloc (Results 1 – 1 of 1) sorted by relevance

/kernel/power/
Dsnapshot.c1130 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_image_pages() local
1132 if (to_alloc > nr_highmem) in alloc_highmem_image_pages()
1133 to_alloc = nr_highmem; in alloc_highmem_image_pages()
1135 nr_highmem -= to_alloc; in alloc_highmem_image_pages()
1136 while (to_alloc-- > 0) { in alloc_highmem_image_pages()
1558 unsigned int to_alloc; in prepare_highmem_image() local
1566 to_alloc = count_free_highmem_pages(); in prepare_highmem_image()
1567 if (to_alloc > *nr_highmem_p) in prepare_highmem_image()
1568 to_alloc = *nr_highmem_p; in prepare_highmem_image()
1570 *nr_highmem_p = to_alloc; in prepare_highmem_image()
[all …]