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

/linux-master/mm/
H A Dshow_mem.c347 printk("lowmem_reserve[]:");
349 printk(KERN_CONT " %ld", zone->lowmem_reserve[i]);
H A Dvmstat.c1715 zone->lowmem_reserve[0]);
1716 for (i = 1; i < ARRAY_SIZE(zone->lowmem_reserve); i++)
1717 seq_printf(m, ", %ld", zone->lowmem_reserve[i]);
H A Dpage_alloc.c235 * results with 256, 32 in the lowmem_reserve sysctl:
3007 if (free_pages <= min + z->lowmem_reserve[highest_zoneidx])
3069 if (usable_free > mark + z->lowmem_reserve[highest_zoneidx])
5790 /* Find valid and maximum lowmem_reserve in the zone */
5792 if (zone->lowmem_reserve[j] > max)
5793 max = zone->lowmem_reserve[j];
5834 zone->lowmem_reserve[j] = 0;
5836 zone->lowmem_reserve[j] = managed_pages / ratio;
/linux-master/include/linux/
H A Dmmzone.h840 long lowmem_reserve[MAX_NR_ZONES]; member in struct:zone

Completed in 184 milliseconds