Lines Matching refs:movable
139 [ONLINE_POLICY_AUTO_MOVABLE] = "auto-movable",
162 * "auto-movable": online memory to ZONE_MOVABLE if the configuration
172 "Set the online policy (\"contig-zones\", \"auto-movable\") "
186 "in percent for \"auto-movable\" online policy. Default: 301");
196 "\"auto-movable\" online policy. Default: true");
824 * We don't support modifying the config while the auto-movable online
1043 * given range then we use movable zone only if movable_node is
1073 const bool movable = zone_idx(zone) == ZONE_MOVABLE;
1084 if (group && movable)
1086 else if (group && !movable)
1733 * Scan pfn range [start,end) to find movable/migratable pages (LRU and
1739 * 0 in case a movable page is found and movable_pfn was updated.
1740 * -ENOENT in case no movable page was found.