Searched refs:MPOL_MF_VALID (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/ | ||
H A D | mempolicy.h | 55 #define MPOL_MF_VALID (MPOL_MF_STRICT | \ macro |
/linux/mm/ | ||
H A D | mempolicy.c | 1280 if (flags & ~(unsigned long)MPOL_MF_VALID) in do_mbind() |