Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/mm/
H A Dphysical_memory.rst283 ``min_unmapped_pages``
/linux/include/linux/
H A Dmmzone.h1462 unsigned long min_unmapped_pages; member
/linux/Documentation/mm/
H A Dphysical_memory.rst299 ``min_unmapped_pages``
/linux/mm/
H A Dpage_alloc.c6532 pgdat->min_unmapped_pages = 0; in setup_min_unmapped_ratio()
6535 zone->zone_pgdat->min_unmapped_pages += (zone_managed_pages(zone) * in setup_min_unmapped_ratio()
H A Dvmscan.c7661 if (node_pagecache_reclaimable(pgdat) > pgdat->min_unmapped_pages || in __node_reclaim()
7709 if (node_pagecache_reclaimable(pgdat) <= pgdat->min_unmapped_pages && in node_reclaim()