Home
last modified time | relevance | path

Searched refs:cpuset_mems_allowed (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dcpuset.h80 extern nodemask_t cpuset_mems_allowed(struct task_struct *p);
211 static inline nodemask_t cpuset_mems_allowed(struct task_struct *p) in cpuset_mems_allowed() function
/linux/mm/
H A Dmempolicy.c289 pol->w.cpuset_mems_allowed = cpuset_current_mems_allowed; in mpol_set_nodemask()
364 nodes_remap(tmp, pol->nodes, pol->w.cpuset_mems_allowed, in mpol_rebind_nodemask()
366 pol->w.cpuset_mems_allowed = *nodes; in mpol_rebind_nodemask()
378 pol->w.cpuset_mems_allowed = *nodes; in mpol_rebind_preferred()
393 nodes_equal(pol->w.cpuset_mems_allowed, *newmask)) in mpol_rebind_policy()
1689 task_nodes = cpuset_mems_allowed(task); in kernel_migrate_pages()
1696 task_nodes = cpuset_mems_allowed(current); in kernel_migrate_pages()
2617 nodemask_t mems = cpuset_mems_allowed(current); in __mpol_dup()
H A Dmigrate.c2522 *mem_nodes = cpuset_mems_allowed(current); in find_mm_struct()
2543 *mem_nodes = cpuset_mems_allowed(task); in find_mm_struct()
/linux/kernel/cgroup/
H A Dcpuset.c4054 nodemask_t cpuset_mems_allowed(struct task_struct *tsk) in cpuset_mems_allowed() function