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

/linux-master/mm/
H A Dmemory_hotplug.c138 [ONLINE_POLICY_AUTO_MOVABLE] = "auto-movable",
161 * "auto-movable": online memory to ZONE_MOVABLE if the configuration
171 "Set the online policy (\"contig-zones\", \"auto-movable\") "
185 "in percent for \"auto-movable\" online policy. Default: 301");
195 "\"auto-movable\" online policy. Default: true");
824 * We don't support modifying the config while the auto-movable online
1042 * given range then we use movable zone only if movable_node is
1072 const bool movable = zone_idx(zone) == ZONE_MOVABLE; local
1083 if (group && movable)
1085 else if (group && !movable)
[all...]

Completed in 139 milliseconds