Lines Matching refs:MPOL_MF_MOVE
462 * 1 - there is unmovable page, and MPOL_MF_MOVE* & MPOL_MF_STRICT were
494 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) {
514 * 1 - there is unmovable page, and MPOL_MF_MOVE* & MPOL_MF_STRICT were
557 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) {
623 /* With MPOL_MF_MOVE, we migrate only unshared hugepage. */
625 (flags & MPOL_MF_MOVE && page_mapcount(page) == 1 &&
735 * 1 - there is unmovable page, but MPOL_MF_MOVE* & MPOL_MF_STRICT were
1086 VM_BUG_ON(!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)));
1312 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) {
1578 capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE);