Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/vm/
H 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
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h311 WMARK_MIN, enumerator
317 #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost)
/OK3568_Linux_fs/kernel/mm/
H A Dinternal.h588 #define ALLOC_WMARK_MIN WMARK_MIN
H A Dpage_alloc.c3439 watermark = zone->_watermark[WMARK_MIN] + (1UL << order); in __isolate_free_page()
3868 && ((alloc_flags & ALLOC_WMARK_MASK) == WMARK_MIN))) { in zone_watermark_fast()
3869 mark = z->_watermark[WMARK_MIN]; in zone_watermark_fast()
8129 zone->_watermark[WMARK_MIN] = min_pages; in __setup_per_zone_wmarks()
8135 zone->_watermark[WMARK_MIN] = tmp; in __setup_per_zone_wmarks()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dvm.rst494 watermark[WMARK_MIN] value for each lowmem zone in the system.