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

/mm/
H A Dmemory_hotplug.c1395 LIST_HEAD(source);
1409 if (isolate_huge_page(page, &source))
1423 list_add_tail(&page->lru, &source);
1444 if (!list_empty(&source)) {
1446 putback_movable_pages(&source);
1454 ret = migrate_pages(&source, alloc_migrate_target, NULL, 0,
1457 putback_movable_pages(&source);
H A Dmempolicy.c1002 static int migrate_to_node(struct mm_struct *mm, int source, int dest, argument
1010 node_set(source, nmask);
1055 * Find a 'source' bit set in 'tmp' whose corresponding 'dest'
1056 * bit in 'to' is not also set in 'tmp'. Clear the found 'source'
1057 * bit in 'tmp', and return that <source, dest> pair for migration.
1061 * pair of 'source' and 'dest' bits that are not the same. If the
1062 * 'source' and 'dest' bits are the same, this represents a node
1071 * source node, minimizing the risk of overloading the memory on a
1073 * before migrating outgoing memory source that same node.
1088 int source local
[all...]

Completed in 44 milliseconds