]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_cpumasks()
authorGabriele Monaco <gmonaco@redhat.com>
Wed, 5 Nov 2025 04:38:44 +0000 (23:38 -0500)
committerTejun Heo <tj@kernel.org>
Wed, 5 Nov 2025 17:00:33 +0000 (07:00 -1000)
commit55939cf28a48dad27d6906e57d3b45905bb0d001
tree44a0f66a6f4d5fb15be5ba3067e0f8b7c8a92723
parentd245698d727ab8f5420b3e28d1243f96a5234851
cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_cpumasks()

update_unbound_workqueue_cpumask() updates unbound workqueues settings
when there's a change in isolated CPUs, but it can be used for other
subsystems requiring updated when isolated CPUs change.

Generalise the name to update_isolation_cpumasks() to prepare for other
functions unrelated to workqueues to be called in that spot.

[longman: Change the function name to update_isolation_cpumasks()]

Acked-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Waiman Long <longman@redhat.com>
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
Signed-off-by: Waiman Long <longman@redhat.com>
Reviewed-by: Chen Ridong <chenridong@huaweicloud.com>
Reviewed-by: Chen Ridong <chenridong@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cpuset.c