Searched refs:to_free_normal (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.c1182 unsigned long save, to_free_normal, to_free_highmem; local
1186 to_free_normal = alloc_normal - save;
1189 to_free_normal = 0;
1197 to_free_normal -= save - alloc_highmem;
1202 while (to_free_normal > 0 || to_free_highmem > 0) {
1212 if (!to_free_normal)
1214 to_free_normal--;

Completed in 37 milliseconds