Searched refs:MPOL_MF_MOVE (Results 1 – 6 of 6) sorted by relevance
48 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro55 MPOL_MF_MOVE | \
52 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */ macro
180 MPOL_MF_MOVE)) { in test_page_migration()219 MPOL_MF_MOVE)) { in test_page_migration_thp()
433 return (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) == in strictly_unmovable()479 if (!(qp->flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) || in queue_folios_pmd()559 if (!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) || in queue_folios_pte_range()596 if (!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) || in queue_folios_hugetlb()703 if (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in queue_pages_test_walk()1072 VM_BUG_ON(!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))); in migrate_to_node()1308 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in do_mbind()1359 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in do_mbind()1666 capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE); in kernel_migrate_pages()
2432 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL)) in kernel_move_pages()
375 unsigned flags = MPOL_MF_STRICT | MPOL_MF_MOVE; in host_memory_backend_memory_complete()