Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmempolicy.h44 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
51 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmempolicy.h44 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
51 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmempolicy.h44 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
51 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/OK3568_Linux_fs/kernel/mm/
H A Dmempolicy.c606 if (flags == MPOL_MF_STRICT) { in queue_pages_hugetlb()
630 (flags & MPOL_MF_STRICT)) in queue_pages_hugetlb()
703 !(flags & MPOL_MF_STRICT)) in queue_pages_test_walk()
1057 } else if (flags & MPOL_MF_STRICT) { in migrate_page_add()
1293 flags &= ~MPOL_MF_STRICT; in do_mbind()
1360 if ((ret > 0) || (nr_failed && (flags & MPOL_MF_STRICT))) in do_mbind()