Searched refs:MPOL_MF_STRICT (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmempolicy.h48 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
55 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/linux-master/tools/testing/selftests/kvm/include/
H A Dnumaif.h51 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
/linux-master/mm/
H A Dmempolicy.c468 return (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) ==
469 MPOL_MF_STRICT;
532 * -EIO - only MPOL_MF_STRICT was specified, without MPOL_MF_MOVE or ..._ALL,
714 * Need check MPOL_MF_STRICT to return -EIO if possible
718 !(flags & MPOL_MF_STRICT))
725 if (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))
755 * -EIO - a misplaced page found, when MPOL_MF_STRICT specified without MOVEs.
1285 flags &= ~MPOL_MF_STRICT;
1396 if (nr_failed && (flags & MPOL_MF_STRICT))

Completed in 89 milliseconds