Searched refs:MPOL_MODE_FLAGS (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmempolicy.h15 * The MPOL_MODE_FLAGS macro determines the legal set of optional mode flags.
36 * MPOL_MODE_FLAGS is the union of all possible optional mode flags passed to
39 #define MPOL_MODE_FLAGS \ macro
/linux-master/mm/
H A Dmempolicy.c225 return pol->flags & MPOL_MODE_FLAGS;
1004 *policy |= (pol->flags & MPOL_MODE_FLAGS);
1499 *flags = *mode & MPOL_MODE_FLAGS;
1500 *mode &= ~MPOL_MODE_FLAGS;
3312 if (flags & MPOL_MODE_FLAGS) {

Completed in 128 milliseconds