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

/linux-master/include/uapi/linux/
H A Dmempolicy.h49 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro
56 MPOL_MF_MOVE | \
/linux-master/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
/linux-master/tools/testing/selftests/mm/
H A Dmkdirty.c180 MPOL_MF_MOVE)) {
219 MPOL_MF_MOVE)) {
/linux-master/mm/
H A Dmempolicy.c468 return (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) ==
519 if (!(qp->flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) ||
532 * -EIO - only MPOL_MF_STRICT was specified, without MPOL_MF_MOVE or ..._ALL,
599 if (!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) ||
636 if (!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) ||
725 if (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))
1078 VM_BUG_ON(!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)));
1306 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))
1402 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))
1709 capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE);
[all...]
H A Dmigrate.c2439 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL))

Completed in 175 milliseconds