Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dmempolicy.h50 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
57 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/linux-4.1.27/mm/
Dmempolicy.c621 if ((flags & MPOL_MF_STRICT) || in queue_pages_test_walk()
1157 flags &= ~MPOL_MF_STRICT; in do_mbind()
1223 if (nr_failed && (flags & MPOL_MF_STRICT)) in do_mbind()