Searched refs:mpol_rebind_mm (Results 1 – 3 of 3) sorted by relevance
140 extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new);254 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm() function
2639 * The mpol_rebind_mm() call takes mmap_lock, which we couldn't in cpuset_update_tasks_nodemask() 2645 * It's ok if we rebind the same mm twice; mpol_rebind_mm() in cpuset_update_tasks_nodemask() 2661 mpol_rebind_mm(mm, &cs->mems_allowed); in cpuset_update_tasks_nodemask() 3184 mpol_rebind_mm(mm, &cpuset_attach_nodemask_to); in cpuset_attach()
555 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm() function