Home
last modified time | relevance | path

Searched refs:WMARK_MIN (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/vm/
A Dbalance.rst86 watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd: These
88 the number of pages falls below watermark[WMARK_MIN], the hysteric field
/linux/include/linux/
A Dmmzone.h339 WMARK_MIN, enumerator
363 #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost)
/linux/mm/
A Dinternal.h618 #define ALLOC_WMARK_MIN WMARK_MIN
A Dpage_alloc.c3513 watermark = zone->_watermark[WMARK_MIN] + (1UL << order); in __isolate_free_page()
3941 && ((alloc_flags & ALLOC_WMARK_MASK) == WMARK_MIN))) { in zone_watermark_fast()
3942 mark = z->_watermark[WMARK_MIN]; in zone_watermark_fast()
8393 zone->_watermark[WMARK_MIN] = min_pages; in __setup_per_zone_wmarks()
8399 zone->_watermark[WMARK_MIN] = tmp; in __setup_per_zone_wmarks()
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst470 watermark[WMARK_MIN] value for each lowmem zone in the system.

Completed in 26 milliseconds