]> www.infradead.org Git - users/dwmw2/linux.git/commit
timers/migration: Rename childmask by groupmask to make naming more obvious
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Tue, 16 Jul 2024 14:19:24 +0000 (16:19 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 22 Jul 2024 16:03:34 +0000 (18:03 +0200)
commit835a9a67f54f01033417a254e53a1391f99db708
treefb3aeb3eb2fb8248d759991c4df22b92a8936114
parentd47be589844224a3ef13b55ff6f15211ab20f1d1
timers/migration: Rename childmask by groupmask to make naming more obvious

childmask in the group reflects the mask that is required to 'reference'
this group in the parent. When reading childmask, this might be confusing,
as this suggests, that this is the mask of the child of the group.

Clarify this by renaming childmask in the tmigr_group and tmc_group by
groupmask.

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20240716-tmigr-fixes-v4-6-757baa7803fe@linutronix.de
include/trace/events/timer_migration.h
kernel/time/timer_migration.c
kernel/time/timer_migration.h