Searched refs:MPOL_MF_STRICT (Results 1 – 3 of 3) 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
584 if (flags == MPOL_MF_STRICT) { in queue_pages_hugetlb()608 (flags & MPOL_MF_STRICT)) in queue_pages_hugetlb()681 !(flags & MPOL_MF_STRICT)) in queue_pages_test_walk()1033 } else if (flags & MPOL_MF_STRICT) { in migrate_page_add()1269 flags &= ~MPOL_MF_STRICT; in do_mbind()1336 if ((ret > 0) || (nr_failed && (flags & MPOL_MF_STRICT))) in do_mbind()
Completed in 15 milliseconds