Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dmempolicy.h47 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
54 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/linux/tools/testing/selftests/kvm/include/
A Dnumaif.h51 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
/linux/mm/
A Dmempolicy.c584 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