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

/linux-master/include/uapi/linux/
H A Dmempolicy.h65 #define MPOL_F_MOF (1 << 3) /* this policy wants migrate on fault */ macro
/linux-master/mm/
H A Dmempolicy.c1509 *flags |= (MPOL_F_MOF | MPOL_F_MORON);
1842 if (pol && (pol->flags & MPOL_F_MOF))
1853 return pol->flags & MPOL_F_MOF;
2744 if (!(pol->flags & MPOL_F_MOF))
3080 .flags = MPOL_F_MOF | MPOL_F_MORON,

Completed in 165 milliseconds