]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hrtimer: Rename hrtimer_cpu_base::in_hrtirq to deferred_rearm
authorThomas Gleixner <tglx@kernel.org>
Tue, 24 Feb 2026 16:37:53 +0000 (17:37 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 27 Feb 2026 15:40:12 +0000 (16:40 +0100)
commit9e07a9c980eaa93fd1bba722d31eeb4bf0cbbfb4
treee12042f688ea2e77266429d97a1619a8a14e12ab
parent2889243848560b6b0211aba401d2fc122070ba2f
hrtimer: Rename hrtimer_cpu_base::in_hrtirq to deferred_rearm

The upcoming deferred rearming scheme has the same effect as the deferred
rearming when the hrtimer interrupt is executing. So it can reuse the
in_hrtirq flag, but when it gets deferred beyond the hrtimer interrupt
path, then the name does not make sense anymore.

Rename it to deferred_rearm upfront to keep the actual functional change
separate from the mechanical rename churn.

Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260224163430.935623347@kernel.org
include/linux/hrtimer_defs.h
kernel/time/hrtimer.c