Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/cgroup/
Dcpuset.c1576 static int update_parent_effective_cpumask(struct cpuset *cs, int cmd, in update_parent_effective_cpumask() function
2055 update_parent_effective_cpumask(cp, partcmd_update, NULL, tmp); in update_cpumasks_hier()
2267 update_parent_effective_cpumask(cp, partcmd_invalidate, NULL, &tmp); in update_cpumask()
2291 update_parent_effective_cpumask(cs, partcmd_invalidate, in update_cpumask()
2294 update_parent_effective_cpumask(cs, partcmd_update, in update_cpumask()
2389 update_parent_effective_cpumask(cs, partcmd_invalidate, in update_exclusive_cpumask()
2392 update_parent_effective_cpumask(cs, partcmd_update, in update_exclusive_cpumask()
2810 err = update_parent_effective_cpumask(cs, cmd, NULL, &tmpmask); in update_prstate()
2827 update_parent_effective_cpumask(cs, partcmd_disable, in update_prstate()
3770 update_parent_effective_cpumask(cs, partcmd, NULL, tmp); in cpuset_hotplug_update_tasks()