Home
last modified time | relevance | path

Searched refs:tick_cancel_sched_timer (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/kernel/time/
Dtick-sched.h90 extern void tick_cancel_sched_timer(int cpu);
92 static inline void tick_cancel_sched_timer(int cpu) { } in tick_cancel_sched_timer() function
Dtick-sched.c1535 void tick_cancel_sched_timer(int cpu) in tick_cancel_sched_timer() function
Dhrtimer.c2223 tick_cancel_sched_timer(scpu); in hrtimers_dead_cpu()