Searched refs:MPOL_MF_STRICT (Results 1 – 4 of 4) sorted by relevance
47 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro54 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
51 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
433 return (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) == in strictly_unmovable()434 MPOL_MF_STRICT; in strictly_unmovable()685 !(flags & MPOL_MF_STRICT)) in queue_pages_test_walk()703 if (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in queue_pages_test_walk()1280 flags &= ~MPOL_MF_STRICT; in do_mbind()1349 if (nr_failed && (flags & MPOL_MF_STRICT)) in do_mbind()
375 unsigned flags = MPOL_MF_STRICT | MPOL_MF_MOVE; in host_memory_backend_memory_complete()