treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()

Move this API to the canonical timer_*() namespace.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250507175338.672442-10-mingo@kernel.org
This commit is contained in:
Ingo Molnar
2025-05-07 19:53:37 +02:00
committed by Thomas Gleixner
parent 367ed4e357
commit aad823aa3a
22 changed files with 25 additions and 25 deletions

View File

@@ -201,7 +201,7 @@ static int threaded_ttm_bo_reserve(void *arg)
err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx);
timer_delete_sync(&s_timer.timer);
destroy_timer_on_stack(&s_timer.timer);
timer_destroy_on_stack(&s_timer.timer);
ww_acquire_fini(&ctx);