Home
last modified time | relevance | path

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

/linux/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/mm/
H A Dmempolicy.c365 return pol->flags & MPOL_MODE_FLAGS; in mpol_store_user_nodemask()
1150 *policy |= (pol->flags & MPOL_MODE_FLAGS); in do_get_mempolicy()
1648 *flags = *mode & MPOL_MODE_FLAGS; in sanitize_mpol_flags()
1649 *mode &= ~MPOL_MODE_FLAGS; in sanitize_mpol_flags()
3511 if (flags & MPOL_MODE_FLAGS) { in mpol_to_str()
3523 if (!is_power_of_2(flags & MPOL_MODE_FLAGS)) in mpol_to_str()