Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmempolicy.h25 MPOL_MAX, /* always last member of enum */ enumerator
/Linux-v5.4/mm/
Dmempolicy.c152 } mpol_ops[MPOL_MAX];
388 static const struct mempolicy_operations mpol_ops[MPOL_MAX] = {
1415 if (mode >= MPOL_MAX) in kernel_mbind()
1443 if ((unsigned int)mode >= MPOL_MAX) in kernel_set_mempolicy()
2818 mode = match_string(policy_modes, MPOL_MAX, str); in mpol_parse_str()