Searched refs:highmem (Results 1 – 1 of 1) sorted by relevance
/kernel/power/ |
D | snapshot.c | 1655 unsigned long highmem, in preallocate_highmem_fraction() argument 1658 unsigned long alloc = __fraction(nr_pages, highmem, total); in preallocate_highmem_fraction() 1669 unsigned long highmem, in preallocate_highmem_fraction() argument 1783 unsigned long saveable, size, max_size, count, highmem, pages = 0; in hibernate_preallocate_memory() local 1823 highmem = save_highmem; in hibernate_preallocate_memory() 1828 highmem += zone_page_state(zone, NR_FREE_PAGES); in hibernate_preallocate_memory() 1833 count += highmem; in hibernate_preallocate_memory() 1883 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory() 1913 size = preallocate_highmem_fraction(alloc, highmem, count); in hibernate_preallocate_memory()
|