Lines Matching defs:pol
158 static inline int mpol_store_user_nodemask(const struct mempolicy *pol) in mpol_store_user_nodemask()
171 static int mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_interleave()
179 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred()
190 static int mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_bind()
207 static int mpol_set_nodemask(struct mempolicy *pol, in mpol_set_nodemask()
292 static void mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes, in mpol_rebind_default()
303 static void mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes, in mpol_rebind_nodemask()
347 static void mpol_rebind_preferred(struct mempolicy *pol, in mpol_rebind_preferred()
388 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask, in mpol_rebind_policy()
816 struct mempolicy *pol = current->mempolicy; in do_get_mempolicy() local
1503 struct mempolicy *pol = task->mempolicy; in get_vma_policy() local
1619 static unsigned offset_il_node(struct mempolicy *pol, in offset_il_node()
1639 static inline unsigned interleave_nid(struct mempolicy *pol, in interleave_nid()
1847 struct mempolicy *pol = get_vma_policy(current, vma, addr); in alloc_pages_vma() local
1902 struct mempolicy *pol = current->mempolicy; in alloc_pages_current() local
2081 struct mempolicy *pol = NULL; in mpol_shared_policy_lookup() local
2105 struct mempolicy *pol) in sp_alloc()
2482 int mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol, int no_context) in mpol_to_str()