Lines Matching refs:nodemask_t

146 	int (*create)(struct mempolicy *pol, const nodemask_t *nodes);
161 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes,
170 static void mpol_relative_nodemask(nodemask_t *ret, const nodemask_t *orig, in mpol_relative_nodemask()
171 const nodemask_t *rel) in mpol_relative_nodemask()
173 nodemask_t tmp; in mpol_relative_nodemask()
178 static int mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_interleave()
186 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred()
197 static int mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_bind()
215 const nodemask_t *nodes, struct nodemask_scratch *nsc) in mpol_set_nodemask()
254 nodemask_t *nodes) in mpol_new()
303 static void mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes, in mpol_rebind_default()
314 static void mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes, in mpol_rebind_nodemask()
317 nodemask_t tmp; in mpol_rebind_nodemask()
359 const nodemask_t *nodes, in mpol_rebind_preferred()
362 nodemask_t tmp; in mpol_rebind_preferred()
399 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask, in mpol_rebind_policy()
431 void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new, in mpol_rebind_task()
443 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
477 nodemask_t *nmask;
638 nodemask_t *nodes, unsigned long flags, in queue_pages_range()
757 nodemask_t *nodes) in do_set_mempolicy()
797 static void get_policy_nodemask(struct mempolicy *p, nodemask_t *nodes) in get_policy_nodemask()
833 static long do_get_mempolicy(int *policy, nodemask_t *nmask, in do_get_mempolicy()
959 nodemask_t nmask; in migrate_to_node()
991 int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from, in do_migrate_pages()
992 const nodemask_t *to, int flags) in do_migrate_pages()
996 nodemask_t tmp; in do_migrate_pages()
1126 int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from, in do_migrate_pages()
1127 const nodemask_t *to, int flags) in do_migrate_pages()
1140 nodemask_t *nmask, unsigned long flags) in do_mbind()
1239 static int get_nodes(nodemask_t *nodes, const unsigned long __user *nmask, in get_nodes()
1286 nodemask_t *nodes) in copy_nodes_to_user()
1305 nodemask_t nodes; in SYSCALL_DEFINE6()
1327 nodemask_t nodes; in SYSCALL_DEFINE3()
1349 nodemask_t task_nodes; in SYSCALL_DEFINE4()
1351 nodemask_t *old; in SYSCALL_DEFINE4()
1352 nodemask_t *new; in SYSCALL_DEFINE4()
1444 nodemask_t nodes; in SYSCALL_DEFINE5()
1525 nodemask_t bm; in COMPAT_SYSCALL_DEFINE6()
1638 static nodemask_t *policy_nodemask(gfp_t gfp, struct mempolicy *policy) in policy_nodemask()
1782 int node_random(const nodemask_t *maskp) in node_random()
1811 nodemask_t **nodemask) in huge_zonelist()
1845 bool init_nodemask_of_mempolicy(nodemask_t *mask) in init_nodemask_of_mempolicy()
1890 const nodemask_t *mask) in mempolicy_nodemask_intersects()
1969 nodemask_t *nmask; in alloc_pages_vma()
2107 nodemask_t mems = cpuset_mems_allowed(current); in __mpol_dup()
2565 nodemask_t interleave_nodes; in numa_policy_init()
2655 nodemask_t nodes; in mpol_parse_str()
2786 nodemask_t nodes = NODE_MASK_NONE; in mpol_to_str()