Lines Matching refs:nodemask_t
150 int (*create)(struct mempolicy *pol, const nodemask_t *nodes);
151 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes);
159 static void mpol_relative_nodemask(nodemask_t *ret, const nodemask_t *orig, in mpol_relative_nodemask()
160 const nodemask_t *rel) in mpol_relative_nodemask()
162 nodemask_t tmp; in mpol_relative_nodemask()
167 static int mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_interleave()
175 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred()
186 static int mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_bind()
204 const nodemask_t *nodes, struct nodemask_scratch *nsc) in mpol_set_nodemask()
243 nodemask_t *nodes) in mpol_new()
294 static void mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_default()
298 static void mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_nodemask()
300 nodemask_t tmp; in mpol_rebind_nodemask()
319 const nodemask_t *nodes) in mpol_rebind_preferred()
321 nodemask_t tmp; in mpol_rebind_preferred()
349 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask) in mpol_rebind_policy()
367 void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new) in mpol_rebind_task()
378 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
412 nodemask_t *nmask;
681 nodemask_t *nodes, unsigned long flags, in queue_pages_range()
793 nodemask_t *nodes) in do_set_mempolicy()
832 static void get_policy_nodemask(struct mempolicy *p, nodemask_t *nodes) in get_policy_nodemask()
871 static long do_get_mempolicy(int *policy, nodemask_t *nmask, in do_get_mempolicy()
1027 nodemask_t nmask; in migrate_to_node()
1059 int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from, in do_migrate_pages()
1060 const nodemask_t *to, int flags) in do_migrate_pages()
1064 nodemask_t tmp; in do_migrate_pages()
1205 int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from, in do_migrate_pages()
1206 const nodemask_t *to, int flags) in do_migrate_pages()
1219 nodemask_t *nmask, unsigned long flags) in do_mbind()
1327 static int get_nodes(nodemask_t *nodes, const unsigned long __user *nmask, in get_nodes()
1389 nodemask_t *nodes) in copy_nodes_to_user()
1408 nodemask_t nodes; in kernel_mbind()
1438 nodemask_t nodes; in kernel_set_mempolicy()
1465 nodemask_t task_nodes; in kernel_migrate_pages()
1467 nodemask_t *old; in kernel_migrate_pages()
1468 nodemask_t *new; in kernel_migrate_pages()
1564 nodemask_t nodes; in kernel_get_mempolicy()
1651 nodemask_t bm; in COMPAT_SYSCALL_DEFINE6()
1674 nodemask_t tmp_mask; in COMPAT_SYSCALL_DEFINE4()
1796 static nodemask_t *policy_nodemask(gfp_t gfp, struct mempolicy *policy) in policy_nodemask()
1943 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node()
1977 bool init_nodemask_of_mempolicy(nodemask_t *mask) in init_nodemask_of_mempolicy()
2022 const nodemask_t *mask) in mempolicy_nodemask_intersects()
2104 nodemask_t *nmask; in alloc_pages_vma()
2238 nodemask_t mems = cpuset_mems_allowed(current); in __mpol_dup()
2711 nodemask_t interleave_nodes; in numa_policy_init()
2800 nodemask_t nodes; in mpol_parse_str()
2927 nodemask_t nodes = NODE_MASK_NONE; in mpol_to_str()