Searched refs:pol (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dmempolicy.c128 struct mempolicy *pol = p->mempolicy; local
131 if (pol)
132 return pol;
136 pol = &preferred_node_policy[node];
138 if (pol->mode)
139 return pol;
146 int (*create)(struct mempolicy *pol, const nodemask_t *nodes);
161 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes,
171 static inline int mpol_store_user_nodemask(const struct mempolicy *pol) argument
173 return pol
184 mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) argument
192 mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) argument
203 mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) argument
220 mpol_set_nodemask(struct mempolicy *pol, const nodemask_t *nodes, struct nodemask_scratch *nsc) argument
309 mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes, enum mpol_rebind_step step) argument
320 mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes, enum mpol_rebind_step step) argument
364 mpol_rebind_preferred(struct mempolicy *pol, const nodemask_t *nodes, enum mpol_rebind_step step) argument
405 mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask, enum mpol_rebind_step step) argument
709 vma_replace_policy(struct vm_area_struct *vma, struct mempolicy *pol) argument
886 struct mempolicy *pol = current->mempolicy; local
1598 struct mempolicy *pol = NULL; local
1635 struct mempolicy *pol = __get_vma_policy(vma, addr); local
1645 struct mempolicy *pol; local
1788 offset_il_node(struct mempolicy *pol, struct vm_area_struct *vma, unsigned long off) argument
1808 interleave_nid(struct mempolicy *pol, struct vm_area_struct *vma, unsigned long addr, int shift) argument
2016 struct mempolicy *pol; local
2065 struct mempolicy *pol = &default_policy; local
2095 struct mempolicy *pol = mpol_dup(vma_policy(src)); local
2236 struct mempolicy *pol = NULL; local
2276 struct mempolicy *pol; local
2351 sp_node_init(struct sp_node *node, unsigned long start, unsigned long end, struct mempolicy *pol) argument
2359 sp_alloc(unsigned long start, unsigned long end, struct mempolicy *pol) argument
2807 mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol) argument
[all...]

Completed in 62 milliseconds