Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmempolicy.h68 #define MPOL_F_MOF (1 << 3) /* this policy wants migrate on fault */ macro
/linux/mm/
H A Dmempolicy.c1732 *flags |= (MPOL_F_MOF | MPOL_F_MORON); in sanitize_mpol_flags()
2066 if (pol && (pol->flags & MPOL_F_MOF)) in vma_policy_mof()
2077 return pol->flags & MPOL_F_MOF; in vma_policy_mof()
3003 if (!(pol->flags & MPOL_F_MOF)) in mpol_misplaced()
3353 .flags = MPOL_F_MOF | MPOL_F_MORON, in numa_policy_init()