Searched refs:unmovable (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/mm/ |
D | page_isolation.c | 151 struct page *unmovable; in set_migratetype_isolate() local 181 unmovable = has_unmovable_pages(check_unmovable_start, check_unmovable_end, in set_migratetype_isolate() 183 if (!unmovable) { in set_migratetype_isolate() 199 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | memory-hotplug.rst | 219 page tables, are unmovable, page migration can fail and, therefore, inhibit 560 Most kernel allocations are unmovable. Important examples include the memory 567 Only movable allocations are served from ZONE_MOVABLE, resulting in unmovable 576 might crash because it runs out of free memory for unmovable allocations, 611 disabled. In that case, balloon inflation will only perform unmovable 615 - Gigantic pages are unmovable, resulting in user space consuming a 616 lot of unmovable memory. 618 - Huge pages are unmovable when an architectures does not support huge 621 - Page tables are unmovable. Excessive swapping, mapping extremely large 631 the total system memory size as (unmovable) tracking metadata. [all …]
|
D | transhuge.rst | 73 unused memory to be used as cache or other movable (or even unmovable
|
/linux-6.12.1/Documentation/mm/ |
D | transhuge.rst | 29 to avoid unmovable pages to fragment all the memory but such a tweak
|