Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dphysical_memory.rst283 ``min_unmapped_pages``
/linux-6.15/include/linux/
H A Dmmzone.h1418 unsigned long min_unmapped_pages; member
/linux-6.15/Documentation/mm/
H A Dphysical_memory.rst297 ``min_unmapped_pages``
/linux-6.15/mm/
H A Dpage_alloc.c6311 pgdat->min_unmapped_pages = 0; in setup_min_unmapped_ratio()
6314 zone->zone_pgdat->min_unmapped_pages += (zone_managed_pages(zone) * in setup_min_unmapped_ratio()
H A Dvmscan.c7597 if (node_pagecache_reclaimable(pgdat) > pgdat->min_unmapped_pages || in __node_reclaim()
7633 if (node_pagecache_reclaimable(pgdat) <= pgdat->min_unmapped_pages && in node_reclaim()