Files
linux/kernel/time
Zhan Xusheng 034b5779b8 hrtimer: Remove unused clock_base_next_timer_safe()
clock_base_next_timer_safe() was added by commit a64ad57e41 ("hrtimer:
Simplify run_hrtimer_queues()") but has never had a caller; the queue
iteration in __hrtimer_run_queues() uses clock_base_next_timer() instead.

The two are functionally equivalent: struct hrtimer embeds the timerqueue
node at offset 0, so container_of() of a NULL node yields NULL.  Thus
clock_base_next_timer() already returns NULL on an empty queue and the
explicit NULL check in the _safe variant is redundant.

Being a static __always_inline function it does not trigger
-Wunused-function, so the dead code has gone unnoticed.  Remove it.

No functional change.

Signed-off-by: Zhan Xusheng <zhanxusheng@xiaomi.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260625140901.929554-1-zhanxusheng@xiaomi.com
2026-06-30 18:55:08 +02:00
..
2026-02-24 08:41:51 +01:00
2026-03-26 15:44:23 +01:00
2025-06-19 14:28:24 +02:00
2020-10-30 21:57:07 +01:00
2026-01-11 06:09:11 -10:00
2026-06-02 21:27:25 +02:00
2026-06-02 21:27:25 +02:00