Searched refs:MPOL_MAX (Results 1 – 4 of 4) sorted by relevance
25 MPOL_MAX, /* always last member of enum */ enumerator
178 } mpol_ops[MPOL_MAX];417 static const struct mempolicy_operations mpol_ops[MPOL_MAX] = {1469 if (mode >= MPOL_MAX) in kernel_mbind()1497 if ((unsigned int)mode >= MPOL_MAX) in kernel_set_mempolicy()2907 mode = match_string(policy_modes, MPOL_MAX, str); in mpol_parse_str()