Lines Matching defs:source
1067 static int migrate_to_node(struct mm_struct *mm, int source, int dest,
1079 node_set(source, nmask);
1120 * Find a 'source' bit set in 'tmp' whose corresponding 'dest'
1121 * bit in 'to' is not also set in 'tmp'. Clear the found 'source'
1122 * bit in 'tmp', and return that <source, dest> pair for migration.
1126 * pair of 'source' and 'dest' bits that are not the same. If the
1127 * 'source' and 'dest' bits are the same, this represents a node
1136 * source node, minimizing the risk of overloading the memory on a
1138 * before migrating outgoing memory source that same node.
1153 int source = NUMA_NO_NODE;
1163 * However if the number of source nodes is not equal to
1181 source = s; /* Node moved. Memorize */
1188 if (source == NUMA_NO_NODE)
1191 node_clear(source, tmp);
1192 err = migrate_to_node(mm, source, dest, flags);