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
468 return (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) == in strictly_unmovable()469 MPOL_MF_STRICT; in strictly_unmovable()719 !(flags & MPOL_MF_STRICT)) in queue_pages_test_walk()726 if (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in queue_pages_test_walk()1289 flags &= ~MPOL_MF_STRICT; in do_mbind()1400 if (nr_failed && (flags & MPOL_MF_STRICT)) in do_mbind()