Searched defs:pol (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | mempolicy.c | 128 struct mempolicy *pol = p->mempolicy; in get_task_policy() local 171 static inline int mpol_store_user_nodemask(const struct mempolicy *pol) in mpol_store_user_nodemask() 184 static int mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_interleave() 192 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred() 203 static int mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_bind() 220 static int mpol_set_nodemask(struct mempolicy *pol, in mpol_set_nodemask() 309 static void mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes, in mpol_rebind_default() 320 static void mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes, in mpol_rebind_nodemask() 364 static void mpol_rebind_preferred(struct mempolicy *pol, in mpol_rebind_preferred() 405 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask, in mpol_rebind_policy() [all …]
|