Home
last modified time | relevance | path

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

/kernel/power/
Dsnapshot.c1573 unsigned long highmem, in preallocate_highmem_fraction() argument
1576 unsigned long alloc = __fraction(nr_pages, highmem, total); in preallocate_highmem_fraction()
1587 unsigned long highmem, in preallocate_highmem_fraction() argument
1701 unsigned long saveable, size, max_size, count, highmem, pages = 0; in hibernate_preallocate_memory() local
1734 highmem = save_highmem; in hibernate_preallocate_memory()
1739 highmem += zone_page_state(zone, NR_FREE_PAGES); in hibernate_preallocate_memory()
1744 count += highmem; in hibernate_preallocate_memory()
1794 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()
1824 size = preallocate_highmem_fraction(alloc, highmem, count); in hibernate_preallocate_memory()