Searched refs:movable_zone (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/
H A Dmemory_hotplug.c1029 struct zone *movable_zone = &NODE_DATA(nid)->node_zones[ZONE_MOVABLE]; local
1031 bool in_movable = zone_intersects(movable_zone, start_pfn, nr_pages);
1038 return (in_kernel) ? kernel_zone : movable_zone;
1045 return movable_node_enabled ? movable_zone : kernel_zone;
H A Dmm_init.c331 movable_zone = zone_index;
351 /* Need to find movable_zone earlier when movable_node is specified. */
456 usable_startpfn = arch_zone_lowest_possible_pfn[movable_zone];
1129 arch_zone_highest_possible_pfn[movable_zone]);
H A Dpage_alloc.c294 /* movable_zone is the "real" zone pages in ZONE_MOVABLE are taken from */
295 int movable_zone; variable
296 EXPORT_SYMBOL(movable_zone); variable
/linux-master/include/linux/
H A Dmmzone.h1523 extern int movable_zone;
1529 (idx == ZONE_MOVABLE && movable_zone == ZONE_HIGHMEM));

Completed in 191 milliseconds