Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmempolicy.h27 MPOL_MAX, /* always last member of enum */ enumerator
/linux/mm/
H A Dmempolicy.c363 } mpol_ops[MPOL_MAX];
577 static const struct mempolicy_operations mpol_ops[MPOL_MAX] = {
1726 if ((unsigned int)(*mode) >= MPOL_MAX) in sanitize_mpol_flags()
3441 mode = match_string(policy_modes, MPOL_MAX, str); in mpol_parse_str()