Lines Matching refs:MPOL_MF_MOVE
483 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) {
542 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) {
545 * Continue walking vmas due to MPOL_MF_MOVE* flags.
607 * With MPOL_MF_MOVE, we try to migrate only unshared folios. If it
615 (flags & MPOL_MF_MOVE && folio_estimated_sharers(folio) == 1 &&
739 * 1 - there is unmovable page, but MPOL_MF_MOVE* & MPOL_MF_STRICT were
1092 VM_BUG_ON(!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)));
1315 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) {
1375 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))
1682 capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE);