Searched refs:unmovable (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/mm/ |
D | page_isolation.c | 151 struct page *unmovable; in set_migratetype_isolate() local 178 unmovable = has_unmovable_pages(check_unmovable_start, check_unmovable_end, in set_migratetype_isolate() 180 if (!unmovable) { in set_migratetype_isolate() 200 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
|
/Linux-v6.1/Documentation/admin-guide/mm/ |
D | memory-hotplug.rst | 221 page tables, are unmovable, page migration can fail and, therefore, inhibit 541 Most kernel allocations are unmovable. Important examples include the memory 548 Only movable allocations are served from ZONE_MOVABLE, resulting in unmovable 557 might crash because it runs out of free memory for unmovable allocations, 592 disabled. In that case, balloon inflation will only perform unmovable 596 - Gigantic pages are unmovable, resulting in user space consuming a 597 lot of unmovable memory. 599 - Huge pages are unmovable when an architectures does not support huge 602 - Page tables are unmovable. Excessive swapping, mapping extremely large 612 the total system memory size as (unmovable) tracking metadata. [all …]
|
D | transhuge.rst | 60 unused memory to be used as cache or other movable (or even unmovable
|
/Linux-v6.1/Documentation/mm/ |
D | transhuge.rst | 31 to avoid unmovable pages to fragment all the memory but such a tweak
|