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;
635 nodemask_t *nodes, unsigned long flags, in queue_pages_range()
754 nodemask_t *nodes) in do_set_mempolicy()
794 static void get_policy_nodemask(struct mempolicy *p, nodemask_t *nodes) in get_policy_nodemask()
830 static long do_get_mempolicy(int *policy, nodemask_t *nmask, in do_get_mempolicy()
956 nodemask_t nmask; in migrate_to_node()
988 int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from, in do_migrate_pages()
989 const nodemask_t *to, int flags) in do_migrate_pages()
993 nodemask_t tmp; in do_migrate_pages()
1123 int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from, in do_migrate_pages()
1124 const nodemask_t *to, int flags) in do_migrate_pages()
1137 nodemask_t *nmask, unsigned long flags) in do_mbind()
1236 static int get_nodes(nodemask_t *nodes, const unsigned long __user *nmask, in get_nodes()
1283 nodemask_t *nodes) in copy_nodes_to_user()
1302 nodemask_t nodes; in SYSCALL_DEFINE6()
1324 nodemask_t nodes; in SYSCALL_DEFINE3()
1346 nodemask_t task_nodes; in SYSCALL_DEFINE4()
1348 nodemask_t *old; in SYSCALL_DEFINE4()
1349 nodemask_t *new; in SYSCALL_DEFINE4()
1441 nodemask_t nodes; in SYSCALL_DEFINE5()
1522 nodemask_t bm; in COMPAT_SYSCALL_DEFINE6()
1635 static nodemask_t *policy_nodemask(gfp_t gfp, struct mempolicy *policy) in policy_nodemask()
1779 int node_random(const nodemask_t *maskp) in node_random()
1808 nodemask_t **nodemask) in huge_zonelist()
1842 bool init_nodemask_of_mempolicy(nodemask_t *mask) in init_nodemask_of_mempolicy()
1887 const nodemask_t *mask) in mempolicy_nodemask_intersects()
1966 nodemask_t *nmask; in alloc_pages_vma()
2104 nodemask_t mems = cpuset_mems_allowed(current); in __mpol_dup()
2562 nodemask_t interleave_nodes; in numa_policy_init()
2652 nodemask_t nodes; in mpol_parse_str()
2783 nodemask_t nodes = NODE_MASK_NONE; in mpol_to_str()