Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmempolicy.h62 #define MPOL_F_MOF (1 << 3) /* this policy wants migrate on fault */ macro
/Linux-v4.19/mm/
Dmempolicy.c1171 new->flags |= MPOL_F_MOF; in do_mbind()
1670 if (pol && (pol->flags & MPOL_F_MOF)) in vma_policy_mof()
1681 return pol->flags & MPOL_F_MOF; in vma_policy_mof()
2298 if (!(pol->flags & MPOL_F_MOF)) in mpol_misplaced()
2628 .flags = MPOL_F_MOF | MPOL_F_MORON, in numa_policy_init()