Searched refs:cpuset_mems_allowed (Results 1 – 5 of 5) sorted by relevance
78 extern nodemask_t cpuset_mems_allowed(struct task_struct *p);213 static inline nodemask_t cpuset_mems_allowed(struct task_struct *p) in cpuset_mems_allowed() function
52 nodemask_t cpuset_mems_allowed; /* relative to these nodes */ member
251 pol->w.cpuset_mems_allowed = cpuset_current_mems_allowed; in mpol_set_nodemask()328 nodes_remap(tmp, pol->nodes, pol->w.cpuset_mems_allowed, in mpol_rebind_nodemask()330 pol->w.cpuset_mems_allowed = *nodes; in mpol_rebind_nodemask()342 pol->w.cpuset_mems_allowed = *nodes; in mpol_rebind_preferred()357 nodes_equal(pol->w.cpuset_mems_allowed, *newmask)) in mpol_rebind_policy()1637 task_nodes = cpuset_mems_allowed(task); in kernel_migrate_pages()1644 task_nodes = cpuset_mems_allowed(current); in kernel_migrate_pages()2421 nodemask_t mems = cpuset_mems_allowed(current); in __mpol_dup()
2404 *mem_nodes = cpuset_mems_allowed(current); in find_mm_struct()2431 *mem_nodes = cpuset_mems_allowed(task); in find_mm_struct()
3795 nodemask_t cpuset_mems_allowed(struct task_struct *tsk) in cpuset_mems_allowed() function
Completed in 18 milliseconds