Searched refs:alloc_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.c1041 unsigned int alloc_normal, alloc_highmem; variable
1088 alloc_highmem = 0;
1114 alloc_highmem++;
1193 if (alloc_highmem >= save) {
1194 to_free_highmem = alloc_highmem - save;
1197 to_free_normal -= save - alloc_highmem;
1210 alloc_highmem--;
1294 alloc_highmem = 0;
1422 unsigned int free_highmem = count_free_highmem_pages() + alloc_highmem;
1521 if (nr_highmem > alloc_highmem) {
[all...]

Completed in 175 milliseconds