Home
last modified time | relevance | path

Searched refs:ZONE_MOVABLE (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/Documentation/admin-guide/mm/
Dmemory-hotplug.rst8 a focus on System RAM, including ZONE_MOVABLE support.
172 ZONE_MOVABLE by::
224 Having the memory provided by memory block managed by ZONE_MOVABLE significantly
348 ``online_movable`` specifies onlining to ZONE_MOVABLE.
364 cannot be offlined. ``Movable`` indicates ZONE_MOVABLE.
400 set, the kernel will default to ZONE_MOVABLE when
451 command line parameter: default to ZONE_MOVABLE
456 try onlining memory blocks to ZONE_MOVABLE if
475 completely to ZONE_MOVABLE or completely to
479 onlined to ZONE_MOVABLE as possible,
[all …]
/linux-6.1.9/mm/
Dmemory_hotplug.c734 if (zone_idx(zone) == ZONE_MOVABLE) { in auto_movable_stats_account_zone()
956 return &NODE_DATA(nid)->node_zones[ZONE_MOVABLE]; in auto_movable_zone_for_pfn()
966 struct zone *movable_zone = &NODE_DATA(nid)->node_zones[ZONE_MOVABLE]; in default_zone_for_pfn()
993 return &NODE_DATA(nid)->node_zones[ZONE_MOVABLE]; in zone_for_pfn_range()
1009 const bool movable = zone_idx(zone) == ZONE_MOVABLE; in adjust_present_page_count()
1766 present_pages += pgdat->node_zones[ZONE_MOVABLE].present_pages; in node_states_check_changes_offline()
2187 if (page && zone_idx(page_zone(page)) == ZONE_MOVABLE) in try_offline_memory_block()
Dpage_isolation.c72 if (zone_idx(zone) == ZONE_MOVABLE) in has_unmovable_pages()
Dmigrate.c1639 if (is_highmem_idx(zidx) || zidx == ZONE_MOVABLE) in alloc_migration_target()
2091 ZONE_MOVABLE, 0)) in migrate_balanced_pgdat()
2139 wakeup_kswapd(pgdat->node_zones + z, 0, order, ZONE_MOVABLE); in numamigrate_isolate_page()
Dpage_alloc.c378 [ZONE_MOVABLE] = 0,
6711 if (mirrored_kernelcore && zone == ZONE_MOVABLE) { in overlap_memmap_init()
7380 if (zone_index == ZONE_MOVABLE) in find_usable_zone_for_movable()
7412 if (zone_type == ZONE_MOVABLE) { in adjust_zone_range_for_zone_movable()
7536 if (zone_type == ZONE_MOVABLE && in zone_absent_pages_in_node()
8256 for (zone_type = 0; zone_type <= ZONE_MOVABLE - 1; zone_type++) { in check_for_memory()
8311 if (zone == ZONE_MOVABLE) in free_area_init()
8328 if (i == ZONE_MOVABLE) in free_area_init()
Dmempolicy.c1826 BUG_ON(dynamic_policy_zone == ZONE_MOVABLE); in apply_policy_zone()
1837 dynamic_policy_zone = ZONE_MOVABLE; in apply_policy_zone()
/linux-6.1.9/include/linux/
Dmempolicy.h160 if (k > policy_zone && k != ZONE_MOVABLE) in check_highest_zone()
Dmmzone.h693 ZONE_MOVABLE, enumerator
1005 return page_zonenum(page) == ZONE_MOVABLE; in is_zone_movable_page()
1346 (idx == ZONE_MOVABLE && movable_zone == ZONE_HIGHMEM)); in is_highmem_idx()
Dgfp.h108 | (ZONE_MOVABLE << (___GFP_MOVABLE | ___GFP_HIGHMEM) * GFP_ZONES_SHIFT)\
/linux-6.1.9/include/trace/events/
Dmmflags.h266 EMe(ZONE_MOVABLE,"Movable")
/linux-6.1.9/drivers/virtio/
Dvirtio_mem.c2204 if (page_zonenum(page) != ZONE_MOVABLE) in virtio_mem_bbm_bb_is_movable()
/linux-6.1.9/Documentation/admin-guide/
Dkernel-parameters.txt2375 movable memory in its own zone, ZONE_MOVABLE. In the
2377 ZONE_MOVABLE, kernelcore memory will take priority and
2378 other nodes will have a larger ZONE_MOVABLE.
2380 ZONE_MOVABLE is used for the allocation of pages that
/linux-6.1.9/kernel/sched/
Dfair.c1476 ZONE_MOVABLE, 0)) in pgdat_free_space_enough()