Home
last modified time | relevance | path

Searched refs:MPOL_MF_MOVE (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dmempolicy.h45 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro
52 MPOL_MF_MOVE | \
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmempolicy.h48 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro
55 MPOL_MF_MOVE | \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dmempolicy.h37 #define MPOL_MF_MOVE (1 << 1) 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.h37 #define MPOL_MF_MOVE (1 << 1) 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.h24 #define MPOL_MF_MOVE (1<<1) macro
29 MPOL_MF_MOVE | \
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Dnumaif.h52 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */ macro
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmkdirty.c180 MPOL_MF_MOVE)) { in test_page_migration()
219 MPOL_MF_MOVE)) { in test_page_migration_thp()
/kernel/linux/linux-5.10/mm/
H A Dmempolicy.c462 * 1 - there is unmovable page, and MPOL_MF_MOVE* & MPOL_MF_STRICT were
494 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in __releases()
514 * 1 - there is unmovable page, and MPOL_MF_MOVE* & MPOL_MF_STRICT were
557 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in queue_pages_pte_range()
623 /* With MPOL_MF_MOVE, we migrate only unshared hugepage. */ in queue_pages_hugetlb()
625 (flags & MPOL_MF_MOVE && page_mapcount(page) == 1 && in queue_pages_hugetlb()
735 * 1 - there is unmovable page, but MPOL_MF_MOVE* & MPOL_MF_STRICT were
1086 VM_BUG_ON(!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))); in migrate_to_node()
1312 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in do_mbind()
1578 capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE); in kernel_migrate_pages()
[all...]
H A Dmigrate.c1950 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL)) in kernel_move_pages()
/kernel/linux/linux-6.6/mm/
H A Dmempolicy.c483 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in __releases()
542 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in queue_folios_pte_range()
545 * Continue walking vmas due to MPOL_MF_MOVE* flags. in queue_folios_pte_range()
607 * With MPOL_MF_MOVE, we try to migrate only unshared folios. If it in queue_folios_hugetlb()
615 (flags & MPOL_MF_MOVE && folio_estimated_sharers(folio) == 1 && in queue_folios_hugetlb()
739 * 1 - there is unmovable page, but MPOL_MF_MOVE* & MPOL_MF_STRICT were
1092 VM_BUG_ON(!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))); in migrate_to_node()
1315 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in do_mbind()
1375 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in do_mbind()
1682 capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE); in kernel_migrate_pages()
[all...]
H A Dmigrate.c2432 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL)) in kernel_move_pages()

Completed in 14 milliseconds