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

/linux-master/include/uapi/linux/
H A Dmempolicy.h66 #define MPOL_F_MORON (1 << 4) /* Migrate On protnone Reference On Node */ macro
/linux-master/mm/
H A Dmempolicy.c1509 *flags |= (MPOL_F_MOF | MPOL_F_MORON);
2768 if (pol->flags & MPOL_F_MORON) {
2795 if (pol->flags & MPOL_F_MORON) {
3080 .flags = MPOL_F_MOF | MPOL_F_MORON,
3288 if (pol && pol != &default_policy && !(pol->flags & MPOL_F_MORON)) {

Completed in 181 milliseconds