Home
last modified time | relevance | path

Searched refs:MPOL_MF_STRICT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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 | \
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmempolicy.h47 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
54 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dmempolicy.h36 #define MPOL_MF_STRICT (1 << 0) macro
41 #define MPOL_MF_VALID (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dmempolicy.h36 #define MPOL_MF_STRICT (1 << 0) macro
41 #define MPOL_MF_VALID (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dmempolicy.h23 #define MPOL_MF_STRICT (1<<0) macro
28 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Dnumaif.h51 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
/kernel/linux/linux-5.10/mm/
H A Dmempolicy.c462 * 1 - there is unmovable page, and MPOL_MF_MOVE* & MPOL_MF_STRICT were
465 * -EIO - is migration entry or only MPOL_MF_STRICT was specified and an
514 * 1 - there is unmovable page, and MPOL_MF_MOVE* & MPOL_MF_STRICT were
516 * -EIO - only MPOL_MF_STRICT was specified and an existing page was already
558 /* MPOL_MF_STRICT must be specified if we get here */ in queue_pages_pte_range()
603 if (flags == MPOL_MF_STRICT) { in queue_pages_hugetlb()
628 (flags & MPOL_MF_STRICT)) in queue_pages_hugetlb()
697 * Need check MPOL_MF_STRICT to return -EIO if possible in queue_pages_test_walk()
701 !(flags & MPOL_MF_STRICT)) in queue_pages_test_walk()
735 * 1 - there is unmovable page, but MPOL_MF_MOVE* & MPOL_MF_STRICT wer
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmempolicy.c456 * -EIO - is migration entry or only MPOL_MF_STRICT was specified and an
504 * -EIO - only MPOL_MF_STRICT was specified and an existing folio was already
544 * MPOL_MF_STRICT must be specified if we get here. in queue_folios_pte_range()
586 if (flags == MPOL_MF_STRICT) { in queue_folios_hugetlb()
618 (flags & MPOL_MF_STRICT)) in queue_folios_hugetlb()
693 * Need check MPOL_MF_STRICT to return -EIO if possible in queue_pages_test_walk()
697 !(flags & MPOL_MF_STRICT)) in queue_pages_test_walk()
739 * 1 - there is unmovable page, but MPOL_MF_MOVE* & MPOL_MF_STRICT were
742 * errno - i.e. misplaced pages with MPOL_MF_STRICT specified (-EIO) or
1052 } else if (flags & MPOL_MF_STRICT) { in migrate_folio_add()
[all...]

Completed in 6 milliseconds