Home
last modified time | relevance | path

Searched refs:MPOL_MF_MOVE (Results 1 – 5 of 5) 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.h45 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro
52 MPOL_MF_MOVE | \
/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.h45 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro
52 MPOL_MF_MOVE | \
/OK3568_Linux_fs/kernel/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 | \
/OK3568_Linux_fs/kernel/mm/
H A Dmempolicy.c497 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in queue_pages_pmd()
560 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in queue_pages_pte_range()
628 (flags & MPOL_MF_MOVE && page_mapcount(page) == 1)) { in queue_pages_hugetlb()
1095 VM_BUG_ON(!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))); in migrate_to_node()
1321 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { in do_mbind()
1371 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()
H A Dmigrate.c1921 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL)) in kernel_move_pages()