Searched refs:update_tasks_cpumask (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/cgroup/
H A Dcpuset.c1273 * update_tasks_cpumask - Update the cpumasks of tasks in the cpuset.
1283 static void update_tasks_cpumask(struct cpuset *cs, struct cpumask *new_cpus) function
1617 update_tasks_cpumask(&top_cpuset, tmp->new_cpus);
1653 update_tasks_cpumask(&top_cpuset, tmp->new_cpus);
1705 update_tasks_cpumask(&top_cpuset, tmp->new_cpus);
2076 update_tasks_cpumask(parent, tmp->addmask);
2271 * update_tasks_cpumask() again for tasks in the parent
2328 update_tasks_cpumask(cp, cp->effective_cpus);
4372 * Don't call update_tasks_cpumask() if the cpuset becomes empty,
4376 update_tasks_cpumask(c
[all...]

Completed in 103 milliseconds