Searched refs:MPOL_MF_STRICT (Results 1 – 3 of 3) sorted by relevance
48 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro55 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
51 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
499 return (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) == in strictly_unmovable()500 MPOL_MF_STRICT; in strictly_unmovable()750 !(flags & MPOL_MF_STRICT)) in queue_pages_test_walk()757 if (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in queue_pages_test_walk()1320 flags &= ~MPOL_MF_STRICT; in do_mbind()1431 if (nr_failed && (flags & MPOL_MF_STRICT)) in do_mbind()