Searched refs:unmovable (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
A D | page_isolation.c | 21 struct page *unmovable; in set_migratetype_isolate() local 40 unmovable = has_unmovable_pages(zone, page, migratetype, isol_flags); in set_migratetype_isolate() 41 if (!unmovable) { in set_migratetype_isolate() 61 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
|
/linux/Documentation/admin-guide/mm/ |
A 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 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. 617 on ZONE_MOVABLE as that would turn these pages unmovable. Therefore, they [all …]
|
A D | transhuge.rst | 60 unused memory to be used as cache or other movable (or even unmovable
|
/linux/Documentation/vm/ |
A D | transhuge.rst | 31 to avoid unmovable pages to fragment all the memory but such a tweak
|
Completed in 10 milliseconds