Searched refs:nr_highmem_p (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.c1857 * there are highmem image pages (@nr_highmem_p points to the variable
1872 prepare_highmem_image(struct memory_bitmap *bm, unsigned int *nr_highmem_p) argument
1883 if (to_alloc > *nr_highmem_p)
1884 to_alloc = *nr_highmem_p;
1886 *nr_highmem_p = to_alloc;
2006 prepare_highmem_image(struct memory_bitmap *bm, unsigned int *nr_highmem_p) argument

Completed in 107 milliseconds