Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmempolicy.h25 MPOL_MAX, /* always last member of enum */ enumerator
/Linux-v4.19/mm/
Dmempolicy.c152 } mpol_ops[MPOL_MAX];
388 static const struct mempolicy_operations mpol_ops[MPOL_MAX] = {
1325 if (mode >= MPOL_MAX) in kernel_mbind()
1353 if ((unsigned int)mode >= MPOL_MAX) in kernel_set_mempolicy()
2720 for (mode = 0; mode < MPOL_MAX; mode++) { in mpol_parse_str()
2725 if (mode >= MPOL_MAX) in mpol_parse_str()