Searched defs:dest (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dmempolicy.c1002 static int migrate_to_node(struct mm_struct *mm, int source, int dest, argument
1022 err = migrate_pages(&pagelist, new_node_page, NULL, dest,
1055 * Find a 'source' bit set in 'tmp' whose corresponding 'dest'
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
1070 * if possible the dest node is not already occupied by some other
1089 int dest = 0; local
1117 dest = d;
1119 /* dest no
[all...]

Completed in 52 milliseconds