Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmempolicy.h24 MPOL_MAX, /* always last member of enum */ enumerator
/linux-4.4.14/mm/
Dmempolicy.c163 } mpol_ops[MPOL_MAX];
453 static const struct mempolicy_operations mpol_ops[MPOL_MAX] = {
1308 if (mode >= MPOL_MAX) in SYSCALL_DEFINE6()
1329 if ((unsigned int)mode >= MPOL_MAX) in SYSCALL_DEFINE3()
2670 for (mode = 0; mode < MPOL_MAX; mode++) { in mpol_parse_str()
2675 if (mode >= MPOL_MAX) in mpol_parse_str()