Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/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.12.1/include/linux/
Dmmzone.h648 WMARK_MIN, enumerator
1022 return wmark_pages(z, WMARK_MIN); in min_wmark_pages()
/linux-6.12.1/mm/
Dpage_alloc.c2822 watermark = zone->_watermark[WMARK_MIN] + (1UL << order); in __isolate_free_page()
3243 && ((alloc_flags & ALLOC_WMARK_MASK) == WMARK_MIN))) { in zone_watermark_fast()
3244 mark = z->_watermark[WMARK_MIN]; in zone_watermark_fast()
6041 zone->_watermark[WMARK_MIN] = min_pages; in __setup_per_zone_wmarks()
6047 zone->_watermark[WMARK_MIN] = tmp; in __setup_per_zone_wmarks()
Dinternal.h1141 #define ALLOC_WMARK_MIN WMARK_MIN
/linux-6.12.1/Documentation/admin-guide/sysctl/
Dvm.rst525 watermark[WMARK_MIN] value for each lowmem zone in the system.