cgroup/cpuset: Rename functions dealing with DEADLINE accounting
authorJuri Lelli <juri.lelli@redhat.com>
Mon, 8 May 2023 07:58:49 +0000 (09:58 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 8 May 2023 23:22:33 +0000 (13:22 -1000)
commitad3a557daf6915296a43ef97a3e9c48e076c9dd8
tree0040e24adf288f4c53861dd756d7f0243122fbc8
parentba0ad6ed89fd5dada3b7b65ef2b08e95d449d4ab
cgroup/cpuset: Rename functions dealing with DEADLINE accounting

rebuild_root_domains() and update_tasks_root_domain() have neutral
names, but actually deal with DEADLINE bandwidth accounting.

Rename them to use 'dl_' prefix so that intent is more clear.

No functional change.

Suggested-by: Qais Yousef <qyousef@layalina.io>
Signed-off-by: Juri Lelli <juri.lelli@redhat.com>
Reviewed-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cpuset.c