Searched refs:MPOL_MODE_FLAGS (Results 1 – 2 of 2) sorted by relevance
39 #define MPOL_MODE_FLAGS \ macro
225 return pol->flags & MPOL_MODE_FLAGS; in mpol_store_user_nodemask()1005 *policy |= (pol->flags & MPOL_MODE_FLAGS); in do_get_mempolicy()1499 *flags = *mode & MPOL_MODE_FLAGS; in sanitize_mpol_flags()1500 *mode &= ~MPOL_MODE_FLAGS; in sanitize_mpol_flags()3343 if (flags & MPOL_MODE_FLAGS) { in mpol_to_str()3355 if (!is_power_of_2(flags & MPOL_MODE_FLAGS)) in mpol_to_str()
Completed in 25 milliseconds