Searched refs:MPOL_MF_VALID (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/uapi/linux/ | ||
D | mempolicy.h | 51 #define MPOL_MF_VALID (MPOL_MF_STRICT | \ macro |
/Linux-v4.19/mm/ | ||
D | mempolicy.c | 1147 if (flags & ~(unsigned long)MPOL_MF_VALID) in do_mbind() |