Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmempolicy.h54 #define MPOL_MF_VALID (MPOL_MF_STRICT | \ macro
/openbmc/linux/mm/
H A Dmempolicy.c1271 if (flags & ~(unsigned long)MPOL_MF_VALID) in do_mbind()