Lines Matching refs:nodemask_t

176 	int (*create)(struct mempolicy *pol, const nodemask_t *nodes);
177 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes);
185 static void mpol_relative_nodemask(nodemask_t *ret, const nodemask_t *orig, in mpol_relative_nodemask()
186 const nodemask_t *rel) in mpol_relative_nodemask()
188 nodemask_t tmp; in mpol_relative_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()
230 const nodemask_t *nodes, struct nodemask_scratch *nsc) in mpol_set_nodemask()
269 nodemask_t *nodes) in mpol_new()
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()
326 nodemask_t tmp; in mpol_rebind_nodemask()
345 const nodemask_t *nodes) in mpol_rebind_preferred()
347 nodemask_t tmp; in mpol_rebind_preferred()
375 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask) in mpol_rebind_policy()
393 void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new) in mpol_rebind_task()
404 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
438 nodemask_t *nmask;
743 nodemask_t *nodes, unsigned long flags, in queue_pages_range()
863 nodemask_t *nodes) in do_set_mempolicy()
901 static void get_policy_nodemask(struct mempolicy *p, nodemask_t *nodes) in get_policy_nodemask()
939 static long do_get_mempolicy(int *policy, nodemask_t *nmask, in do_get_mempolicy()
1074 nodemask_t nmask; in migrate_to_node()
1110 int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from, in do_migrate_pages()
1111 const nodemask_t *to, int flags) in do_migrate_pages()
1115 nodemask_t tmp; in do_migrate_pages()
1256 int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from, in do_migrate_pages()
1257 const nodemask_t *to, int flags) in do_migrate_pages()
1270 nodemask_t *nmask, unsigned long flags) in do_mbind()
1376 static int get_nodes(nodemask_t *nodes, const unsigned long __user *nmask, in get_nodes()
1438 nodemask_t *nodes) in copy_nodes_to_user()
1457 nodemask_t nodes; in kernel_mbind()
1487 nodemask_t nodes; in kernel_set_mempolicy()
1514 nodemask_t task_nodes; in kernel_migrate_pages()
1516 nodemask_t *old; in kernel_migrate_pages()
1517 nodemask_t *new; in kernel_migrate_pages()
1613 nodemask_t nodes; in kernel_get_mempolicy()
1700 nodemask_t bm; in COMPAT_SYSCALL_DEFINE6()
1723 nodemask_t tmp_mask; in COMPAT_SYSCALL_DEFINE4()
1873 nodemask_t *policy_nodemask(gfp_t gfp, struct mempolicy *policy) in policy_nodemask()
2019 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node()
2053 bool init_nodemask_of_mempolicy(nodemask_t *mask) in init_nodemask_of_mempolicy()
2097 const nodemask_t *mask) in mempolicy_nodemask_intersects()
2179 nodemask_t *nmask; in alloc_pages_vma()
2317 nodemask_t mems = cpuset_mems_allowed(current); in __mpol_dup()
2789 nodemask_t interleave_nodes; in numa_policy_init()
2878 nodemask_t nodes; in mpol_parse_str()
3009 nodemask_t nodes = NODE_MASK_NONE; in mpol_to_str()