Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/translations/zh_CN/mm/
Dbalance.rst67 watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
68 这些是每个区的字段,用于确定一个区何时需要平衡。当页面数低于水位[WMARK_MIN]时,
/linux-6.6.21/Documentation/mm/
Dbalance.rst84 watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd: These
86 the number of pages falls below watermark[WMARK_MIN], the hysteric field
/linux-6.6.21/include/linux/
Dmmzone.h657 WMARK_MIN, enumerator
678 #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost)
/linux-6.6.21/mm/
Dpage_alloc.c2556 watermark = zone->_watermark[WMARK_MIN] + (1UL << order); in __isolate_free_page()
2956 && ((alloc_flags & ALLOC_WMARK_MASK) == WMARK_MIN))) { in zone_watermark_fast()
2957 mark = z->_watermark[WMARK_MIN]; in zone_watermark_fast()
5670 zone->_watermark[WMARK_MIN] = min_pages; in __setup_per_zone_wmarks()
5676 zone->_watermark[WMARK_MIN] = tmp; in __setup_per_zone_wmarks()
Dinternal.h811 #define ALLOC_WMARK_MIN WMARK_MIN
/linux-6.6.21/Documentation/admin-guide/sysctl/
Dvm.rst471 watermark[WMARK_MIN] value for each lowmem zone in the system.