]> Gentwo Git Trees - linux/.git/commit
cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_cpumasks()
authorGabriele Monaco <gmonaco@redhat.com>
Thu, 20 Nov 2025 14:56:50 +0000 (15:56 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 20 Nov 2025 19:17:31 +0000 (20:17 +0100)
commit22f8e41680efec63ead03d4693676587814f7a24
treeddf4f57ad2fc9e95ffb4b737b6271eac02adeaed
parent4c2374ed86847c71dab5602c7882d21a0d56a4c7
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()]

Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Chen Ridong <chenridong@huaweicloud.com>
Acked-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Waiman Long <longman@redhat.com>
Link: https://patch.msgid.link/20251120145653.296659-5-gmonaco@redhat.com
kernel/cgroup/cpuset.c