Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dmempolicy.h48 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro
55 MPOL_MF_MOVE | \
/linux/tools/testing/selftests/kvm/include/
A Dnumaif.h52 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */ macro
/linux/mm/
A Dmempolicy.c474 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in queue_pages_pmd()
538 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in queue_pages_pte_range()
606 (flags & MPOL_MF_MOVE && page_mapcount(page) == 1)) { in queue_pages_hugetlb()
1071 VM_BUG_ON(!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))); in migrate_to_node()
1297 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in do_mbind()
1347 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in do_mbind()
1587 capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE); in kernel_migrate_pages()
A Dmigrate.c2015 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL)) in kernel_move_pages()

Completed in 13 milliseconds