Lines Matching refs:save
1233 * We should save the page if it isn't Nosave or NosaveFree, or Reserved,
1305 * We should save the page if it isn't Nosave, and is not in the range
1641 unsigned long save, to_free_normal, to_free_highmem, free;
1643 save = count_data_pages();
1644 if (alloc_normal >= save) {
1645 to_free_normal = alloc_normal - save;
1646 save = 0;
1649 save -= alloc_normal;
1651 save += count_highmem_pages();
1652 if (alloc_highmem >= save) {
1653 to_free_highmem = alloc_highmem - save;
1656 save -= alloc_highmem;
1657 if (to_free_normal > save) {
1658 to_free_normal -= save;