• Home
  • Raw
  • Download

Lines Matching defs:pol

158 	struct mempolicy *pol = p->mempolicy;  in get_task_policy()  local
180 static inline int mpol_store_user_nodemask(const struct mempolicy *pol) in mpol_store_user_nodemask()
193 static int mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_interleave()
201 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred()
212 static int mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_bind()
229 static int mpol_set_nodemask(struct mempolicy *pol, in mpol_set_nodemask()
320 static void mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_default()
324 static void mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_nodemask()
344 static void mpol_rebind_preferred(struct mempolicy *pol, in mpol_rebind_preferred()
375 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask) in mpol_rebind_policy()
771 struct mempolicy *pol) in vma_replace_policy()
941 struct mempolicy *pol = current->mempolicy, *pol_refcount = NULL; in do_get_mempolicy() local
1778 struct mempolicy *pol = NULL; in __get_vma_policy() local
1815 struct mempolicy *pol = __get_vma_policy(vma, addr); in get_vma_policy() local
1825 struct mempolicy *pol; in vma_policy_mof() local
1960 static unsigned offset_il_node(struct mempolicy *pol, unsigned long n) in offset_il_node()
1977 static inline unsigned interleave_nid(struct mempolicy *pol, in interleave_nid()
2172 struct mempolicy *pol; in alloc_pages_vma() local
2254 struct mempolicy *pol = &default_policy; in alloc_pages_current() local
2277 struct mempolicy *pol = mpol_dup(vma_policy(src)); in vma_dup_policy() local
2421 struct mempolicy *pol = NULL; in mpol_shared_policy_lookup() local
2461 struct mempolicy *pol; in mpol_misplaced() local
2533 struct mempolicy *pol; in mpol_put_task_policy() local
2550 unsigned long end, struct mempolicy *pol) in sp_node_init()
2558 struct mempolicy *pol) in sp_alloc()
3003 void mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol) in mpol_to_str()