Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dmempolicy.h65 #define MPOL_F_MORON (1 << 4) /* Migrate On protnone Reference On Node */ macro
/linux-6.6.21/mm/
Dmempolicy.c1482 *flags |= (MPOL_F_MOF | MPOL_F_MORON); in sanitize_mpol_flags()
2620 if (pol->flags & MPOL_F_MORON) { in mpol_misplaced()
2647 if (pol->flags & MPOL_F_MORON) { in mpol_misplaced()
2939 .flags = MPOL_F_MOF | MPOL_F_MORON, in numa_policy_init()
3147 if (pol && pol != &default_policy && !(pol->flags & MPOL_F_MORON)) { in mpol_to_str()