Searched refs:preallocate_image_highmem (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsnapshot.c1140 static unsigned long preallocate_image_highmem(unsigned long nr_pages) function
1164 static inline unsigned long preallocate_image_highmem(unsigned long nr_pages) function
1329 pages = preallocate_image_highmem(save_highmem);
1363 pages_highmem = preallocate_image_highmem(highmem / 2);
1370 pages_highmem = preallocate_image_highmem(alloc);
1379 pages += preallocate_image_highmem(alloc);
1390 pages_highmem += preallocate_image_highmem(alloc - size);

Completed in 169 milliseconds