Searched refs:MPOL_F_LOCAL (Results 1 – 3 of 3) sorted by relevance
61 #define MPOL_F_LOCAL (1 << 1) /* preferred local allocation */ macro
125 .flags = MPOL_F_LOCAL,204 pol->flags |= MPOL_F_LOCAL; /* local allocation */ in mpol_new_preferred()354 pol->flags &= ~MPOL_F_LOCAL; in mpol_rebind_preferred()356 pol->flags |= MPOL_F_LOCAL; in mpol_rebind_preferred()360 } else if (!(pol->flags & MPOL_F_LOCAL)) { in mpol_rebind_preferred()379 if (!mpol_store_user_nodemask(pol) && !(pol->flags & MPOL_F_LOCAL) && in mpol_rebind_policy()913 if (!(p->flags & MPOL_F_LOCAL)) in get_policy_nodemask()1887 if (policy->mode == MPOL_PREFERRED && !(policy->flags & MPOL_F_LOCAL)) in policy_node()1926 if (!policy || policy->flags & MPOL_F_LOCAL) in mempolicy_slab_node()2065 if (mempolicy->flags & MPOL_F_LOCAL) in init_nodemask_of_mempolicy()[all …]
210 mode flag MPOL_F_LOCAL is set, the preferred_node is ignored