Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dmempolicy.h65 #define MPOL_F_MORON (1 << 4) /* Migrate On protnone Reference On Node */ macro
/linux-5.19.10/mm/
Dmempolicy.c1447 *flags |= (MPOL_F_MOF | MPOL_F_MORON); in sanitize_mpol_flags()
2588 if (pol->flags & MPOL_F_MORON) { in mpol_misplaced()
2615 if (pol->flags & MPOL_F_MORON) { in mpol_misplaced()
2907 .flags = MPOL_F_MOF | MPOL_F_MORON, in numa_policy_init()
3115 if (pol && pol != &default_policy && !(pol->flags & MPOL_F_MORON)) { in mpol_to_str()